Skip to content

Commit fa4baae

Browse files
committed
fix: describe check command tasks
1 parent 6cc0d20 commit fa4baae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/rstack/src/cli/commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ${color.cyan('Commands')}:
2020
doc Serve or build docs
2121
fmt, format Format code
2222
lint Lint code
23-
check Run static checks
23+
check Run static checks, including linting and formatting
2424
test Run tests
2525
staged Run tasks on staged Git files
2626
setup Install Git hooks
@@ -38,7 +38,7 @@ const checkHelpMessage = `Rstack v${RSTACK_VERSION}
3838
${color.cyan('Usage')}:
3939
${color.yellow(' $ rs check [options]')}
4040
41-
Run static checks.
41+
Run static checks, including linting and formatting.
4242
4343
${color.cyan('Options')}:
4444
--type-check Enable TypeScript type checking

packages/rstack/tests/cli/__snapshots__/check.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports[`displays check help without loading config 1`] = `
66
Usage:
77
$ rs check [options]
88
9-
Run static checks.
9+
Run static checks, including linting and formatting.
1010
1111
Options:
1212
--type-check Enable TypeScript type checking

0 commit comments

Comments
 (0)