fix(cli): make main command non-strict to let other commands handle their options (#37)

This commit is contained in:
Joakim Carlstein 2023-12-14 11:47:36 +01:00 committed by GitHub
parent 960ce08674
commit 2b9a16d6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>