mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Update macro
This commit is contained in:
@@ -42,7 +42,7 @@ pl_nodejs_yarn_setsrc (char *option)
|
||||
{
|
||||
chsrc_yield_source (pl_nodejs_group);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source;
|
||||
chsrc_confirm_source();
|
||||
|
||||
char *cmd = NULL;
|
||||
|
||||
|
@@ -28,7 +28,7 @@ pl_nodejs_npm_setsrc (char *option)
|
||||
{
|
||||
chsrc_yield_source (pl_nodejs_group);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source;
|
||||
chsrc_confirm_source();
|
||||
|
||||
char *cmd = NULL;
|
||||
|
||||
|
@@ -29,7 +29,7 @@ pl_nodejs_pnpm_setsrc (char *option)
|
||||
{
|
||||
chsrc_yield_source (pl_nodejs_group);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source;
|
||||
chsrc_confirm_source();
|
||||
|
||||
char *cmd = NULL;
|
||||
|
||||
|
@@ -30,7 +30,7 @@ pl_python_pdm_setsrc (char *option)
|
||||
{
|
||||
chsrc_yield_source (pl_python_group);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source;
|
||||
chsrc_confirm_source();
|
||||
|
||||
char *cmd = NULL;
|
||||
|
||||
|
@@ -29,7 +29,7 @@ pl_python_poetry_setsrc (char *option)
|
||||
{
|
||||
chsrc_yield_source (pl_python_group);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source;
|
||||
chsrc_confirm_source();
|
||||
|
||||
char *cmd = NULL;
|
||||
|
||||
|
@@ -40,7 +40,7 @@ pl_python_pip_setsrc (char *option)
|
||||
|
||||
chsrc_yield_source (pl_python_group);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source;
|
||||
chsrc_confirm_source();
|
||||
|
||||
char *py_prog_name = NULL;
|
||||
pl_python_get_py_program_name (&py_prog_name);
|
||||
|
@@ -98,7 +98,7 @@ pl_python_uv_setsrc (char *option)
|
||||
|
||||
chsrc_yield_source (pl_python_group);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source;
|
||||
chsrc_confirm_source();
|
||||
|
||||
char *uv_config = pl_python_find_uv_config (true);
|
||||
if (NULL==uv_config)
|
||||
|
Reference in New Issue
Block a user