Skip to content

Commit

Permalink
feat: add --iwr alias for --include-workspace-root
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzy committed May 5, 2022
1 parent 8e7ea9b commit be1cf43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/config/index.js
Expand Up @@ -25,6 +25,7 @@ const shorthands = {
porcelain: ['--parseable'],
readonly: ['--read-only'],
reg: ['--registry'],
iwr: ['--include-workspace-root'],
}

for (const [key, { short }] of Object.entries(definitions)) {
Expand Down

0 comments on commit be1cf43

Please sign in to comment.