fix(cli): make main command non-strict to let other commands handle their options (#37)
This commit is contained in:
parent
960ce08674
commit
2b9a16d6fd
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ const main: Action = async (args) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
allowPositionals: true,
|
allowPositionals: true,
|
||||||
|
strict: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const usage = `Usage: emigrate <options>/<command>
|
const usage = `Usage: emigrate <options>/<command>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue