deploy: import -> copy

This commit is contained in:
Christopher Monsanto 2020-07-27 22:13:09 -04:00
parent e7e3d9bc3c
commit 7c9a4fa4ac

View File

@ -11,7 +11,7 @@ function collect(value : string, previous : string[]) {
}
program
.command('import [files...]')
.command('copy [files...]')
.option('-o, --output <dir>', 'Output directory')
// TODO: default toID
.option('-e, --eval <expr>', 'Expr')