mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-21 03:25:43 +08:00
Add reset mode for later use
This commit is contained in:
@@ -793,6 +793,7 @@ main (int argc, char const *argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
ProgMode_CMD_Reset = true;
|
||||
target = argv[cli_arg_Target_pos];
|
||||
matched = get_target (target, TargetOp_Reset_Source, NULL);
|
||||
if (!matched) goto not_matched;
|
||||
|
||||
@@ -85,9 +85,6 @@ pl_ruby_setsrc (char *option)
|
||||
chsrc_run (cmd, RunOpt_No_Last_New_Line);
|
||||
|
||||
chsrc_conclude (&source, chsrc_type);
|
||||
|
||||
// chsrc_note2 ("Ruby的镜像源目前仅有 腾讯软件源,RubyChina 实现正确");
|
||||
// chsrc_note2 ("而其它如Tuna,Bfsu,Ali目前都实现的有问题,请勿使用");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user