Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: add description for CLI add wrap option (#2127)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Prabhakar-Poudel [email protected]
  • Loading branch information
Prabhakar-Poudel authored and Alan Shaw committed Jul 17, 2019
1 parent afdfe7f commit 7fa867e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/commands/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ module.exports = {
'wrap-with-directory': {
alias: 'w',
type: 'boolean',
default: false
default: false,
describe: 'Add a wrapping node'
},
'only-hash': {
alias: 'n',
Expand Down

0 comments on commit 7fa867e

Please sign in to comment.