Skip to content

Commit

Permalink
文件不存在, 无法加载环境变量
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Mar 29, 2022
1 parent ca0fae5 commit f9e9d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/commands/bean.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f9e9d4c

Please sign in to comment.