Commit 8025a9b
Changed files (1)
src
src/context.ts
@@ -42,6 +42,9 @@ export function createCtx(
const argv = minimist(args, {
string: ['data', 'repo', 'token', 'size', 'user', 'pick', 'omit'],
boolean: ['dryrun', 'compact'],
+ alias: {
+ 'dry-run': 'dryrun',
+ }
})
const {
cwd: _cwd = CWD,