From f9e9d4cdebba98f6d0acc97860921043879b9ac2 Mon Sep 17 00:00:00 2001 From: jinzhu Date: Tue, 29 Mar 2022 16:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8D=E5=AD=98=E5=9C=A8,?= =?UTF-8?q?=20=E6=97=A0=E6=B3=95=E5=8A=A0=E8=BD=BD=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/commands/bean.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console/commands/bean.go b/console/commands/bean.go index 3c8d095..c0c945a 100644 --- a/console/commands/bean.go +++ b/console/commands/bean.go @@ -27,8 +27,8 @@ func (BeanCommand) Configure() command.Configure { Option: []command.ArgParam{ { Name: "scan", - Description: "扫码目录下的源码", - Default: "shell(pwd)", + Description: "扫码目录下的源码; shell(pwd)", + Default: "@root", }, { Name: "skip",