Skip to content

feat: include extra tools in help message #254

feat: include extra tools in help message

feat: include extra tools in help message #254

Triggered via pull request December 9, 2025 08:37
Status Failure
Total duration 42s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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> select additional tools (eslint%2C prettier%2C biome%2C custom-tool) + --override override files in target directory + --packageName <name> specify the package name + + Templates%3A + + vanilla +