File tree 3 files changed +5
-0
lines changed
tap-snapshots/test/lib/utils/config
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ The following shorthands are parsed on the command-line:
68
68
* ` --desc ` : ` --description `
69
69
* ` -f ` : ` --force `
70
70
* ` -g ` : ` --global `
71
+ * ` --iwr ` : ` --include-workspace-root `
71
72
* ` -L ` : ` --location `
72
73
* ` -d ` : ` --loglevel info `
73
74
* ` -s ` : ` --loglevel silent `
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ const shorthands = {
25
25
porcelain : [ '--parseable' ] ,
26
26
readonly : [ '--read-only' ] ,
27
27
reg : [ '--registry' ] ,
28
+ iwr : [ '--include-workspace-root' ] ,
28
29
}
29
30
30
31
for ( const [ key , { short } ] of Object . entries ( definitions ) ) {
Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ Object {
61
61
"help": Array [
62
62
"--usage",
63
63
],
64
+ "iwr": Array [
65
+ "--include-workspace-root",
66
+ ],
64
67
"l": Array [
65
68
"--long",
66
69
],
You can’t perform that action at this time.
0 commit comments