From c0a2f7c23213b41583121b4720a363496b4017a1 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 17 Aug 2024 07:27:30 +0800 Subject: [PATCH] Simplify issue command --- src/chsrc.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/chsrc.c b/src/chsrc.c index f8424df..7537d2a 100644 --- a/src/chsrc.c +++ b/src/chsrc.c @@ -284,18 +284,16 @@ cli_print_issues () puts ( "chsrc issues: Gitee和GitHub两边同时接受issue\n\n" "- https://gitee.com/RubyMetric/chsrc/issues\n" - "- https://github.com/RubyMetric/chsrc/issues\n\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" + "- https://github.com/RubyMetric/chsrc/issues\n" ); + /* if (chsrc_check_program ("gh")) { char *cmd = xy_str_to_quietcmd ("gh browse --repo RubyMetric/chsrc"); system (cmd); } + */ }