We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3530d commit bfa3602Copy full SHA for bfa3602
1 file changed
packages/cli-utils/src/lib/command/__tests__/utils.ts
@@ -84,7 +84,7 @@ describe('@ionic/cli-utils', () => {
84
it('should transform metadata to minimist options', () => {
85
const result = metadataToMinimistOptions(metadata);
86
expect(result).toEqual({
87
- string: ['foo', 'bar'],
+ string: ['_', 'foo', 'bar'],
88
boolean: ['flag1'],
89
alias: { foo: ['f'], bar: [], flag1: [] },
90
default: { foo: null, bar: 'soup', flag1: false },
0 commit comments