File tree Expand file tree Collapse file tree 2 files changed +574
-0
lines changed Expand file tree Collapse file tree 2 files changed +574
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import * as dependenciesCommand from './commands/dependencies.js';
88import { dockerDefine } from './commands/docker.js' ;
99import { docsDefine } from './commands/docs.js' ;
1010import { draftDefine } from './commands/draft.js' ;
11+ import { genTestInstructionsDefine } from './commands/gen-test-instructions.js' ;
1112import { generateDefine } from './commands/generate.js' ;
1213import * as installCommand from './commands/install.js' ;
1314import * as noopCommand from './commands/noop.js' ;
@@ -49,6 +50,7 @@ export async function cli() {
4950 argv = releaseDefine ( argv ) ;
5051 argv = rsyncDefine ( argv ) ;
5152 argv . command ( testCommand ) ;
53+ argv = genTestInstructionsDefine ( argv ) ;
5254 argv = watchDefine ( argv ) ;
5355
5456 // This adds usage information on failure and demands that a subcommand must be passed.
You can’t perform that action at this time.
0 commit comments