mirror of
https://github.com/smogon/sprites.git
synced 2026-09-27 11:47:45 -05:00
deploy: comment out -t
This commit is contained in:
@@ -17,10 +17,11 @@ program
|
||||
// TODO: default toID
|
||||
.option('-e, --eval <expr>', 'Expr')
|
||||
.option('-m, --module <mod>', 'Module')
|
||||
.option('-t, --tag <tag>', 'Tag', collect, [])
|
||||
// TODO
|
||||
// .option('-t, --tag <tag>', 'Tag', collect, [])
|
||||
// from rename(1)
|
||||
.option('-n, --no-act', 'No act')
|
||||
.action(async (files : string[], {eval: expr, module: mod, output: outputDir, tag: tags, act}) => {
|
||||
.action(async (files : string[], {eval: expr, module: mod, output: outputDir, /*tag: tags,*/ act}) => {
|
||||
let code : string;
|
||||
if (expr !== undefined) {
|
||||
code = `(${expr})`;
|
||||
|
||||
Reference in New Issue
Block a user