mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 11:14:03 +08:00
Simplify issue command
This commit is contained in:
parent
3932f03237
commit
c0a2f7c232
@ -284,18 +284,16 @@ cli_print_issues ()
|
|||||||
puts (
|
puts (
|
||||||
"chsrc issues: Gitee和GitHub两边同时接受issue\n\n"
|
"chsrc issues: Gitee和GitHub两边同时接受issue\n\n"
|
||||||
"- https://gitee.com/RubyMetric/chsrc/issues\n"
|
"- https://gitee.com/RubyMetric/chsrc/issues\n"
|
||||||
"- https://github.com/RubyMetric/chsrc/issues\n\n"
|
"- https://github.com/RubyMetric/chsrc/issues\n"
|
||||||
|
|
||||||
"目前支持reset命令的源: https://gitee.com/RubyMetric/chsrc/issues/I9V6EV\n"
|
|
||||||
"目前支持-local选项的源: https://gitee.com/RubyMetric/chsrc/issues/I9V5I0\n"
|
|
||||||
"已收录的镜像站: https://gitee.com/RubyMetric/chsrc/wikis\n"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
if (chsrc_check_program ("gh"))
|
if (chsrc_check_program ("gh"))
|
||||||
{
|
{
|
||||||
char *cmd = xy_str_to_quietcmd ("gh browse --repo RubyMetric/chsrc");
|
char *cmd = xy_str_to_quietcmd ("gh browse --repo RubyMetric/chsrc");
|
||||||
system (cmd);
|
system (cmd);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user