feat(cli): add format alias for fmt #392
Annotations
4 errors
|
test (ubuntu-latest)
Process completed with exit code 1.
|
|
tests/cli/setup/index.test.ts > displays setup help:
packages/rstack/tests/cli/setup/index.test.ts#L46
expected 'Rstack v0.2.0\n\nUsage%3A\n $ rs [comm…' to contain 'setup Install Git hooks'
- Expected
+ Received
- setup Install Git hooks
+ Rstack v0.2.0
+
+ Usage%3A
+ $ rs [command] [...options]
+
+ Commands%3A
+ dev Run the app dev server
+ build Build the app for production
+ preview Preview the app production build
+ lib Build library
+ doc Serve or build docs
+ fmt%2C format Format code
+ lint Lint code
+ test Run tests
+ staged Run tasks on staged Git files
+ setup Install Git hooks
+
+ For command-specific options%2C run%3A
+ $ rs <command> -h
+
+ Options%3A
+ -c%2C --config <path> Specify Rstack config file path
+ -h%2C --help Display this help message
+ -v%2C --version Display version number
+
|
|
test (windows-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
test (windows-latest)
The operation was canceled.
|