Skip to content

Commit 5b76675

Browse files
committed
[cmd] fix getter for configs
1 parent 3f121a6 commit 5b76675

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/commands/scripts/config.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ usage (){
1212
if [ -z "$1" ] && [ -z "$2" ]
1313
then
1414
usage ;
15+
elif [ -z "$2" ]
16+
then
17+
nodejs "$DIR/config.js" "$1" ;
1518
else
1619
nodejs "$DIR/config.js" "$1" "$2" ;
1720
fi

0 commit comments

Comments
 (0)