feat: enhance tool listing to support ordered extra tools #277
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
test/help.test.ts > help message includes extra tools:
test/help.test.ts#L31
expected '\n Usage%3A create-test [dir] [option…' to contain '--tools <tool> select addition…'
- Expected
+ Received
- --tools <tool> select additional tools (biome%2C eslint%2C prettier%2C custom-tool)
+
+ Usage%3A create-test [dir] [options]
+
+ Options%3A
+
+ -h%2C --help display help for command
+ -d%2C --dir <dir> create project in specified directory
+ -t%2C --template <tpl> specify the template to use
+ --tools <tool> add additional tools%2C comma separated
+ --override override files in target directory
+ --packageName <name> specify the package name
+
+ Available templates%3A
+ vanilla
+
+ Optional tools%3A
+ biome%2C eslint%2C prettier%2C custom-tool
+
|