mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
fix(cloudcmd) --no-prefix
This commit is contained in:
parent
eab4d3cc57
commit
cccffc57ba
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ function main() {
|
|||
root: args.root || '/', /* --no-root */
|
||||
editor: args.editor,
|
||||
packer: args.packer,
|
||||
prefix: args.prefix,
|
||||
prefix: args.prefix || '', /* --no-prefix */
|
||||
columns: args.columns,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue