Skip to content

Commit 63e0605

Browse files
committed
feat: improve interactive help system
- Add environment variables as dedicated help category - Add common flags category for CLI options - Replace --help-full with redirect to env category - Organize help topics into clear sections - Remove overwhelming environment variables from main help - Improve help navigation with category selection
1 parent 665a172 commit 63e0605

File tree

9 files changed

+525
-117
lines changed

9 files changed

+525
-117
lines changed

.config/knip.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.config/oxlintrc.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

.oxlintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
"check:tsc": "tsgo --noEmit",
5252
"check-ci": "pnpm run check:lint",
5353
"lint": "node scripts/lint.mjs",
54-
"lint:affected": "node scripts/lint-affected.mjs",
55-
"lint:cross": "node scripts/lint-affected.mjs --cross-repo",
5654
"lint-ci": "pnpm run check:lint",
5755
"type-ci": "pnpm run check:tsc",
5856
"coverage": "node scripts/coverage.mjs",
@@ -166,7 +164,6 @@
166164
"npm-package-arg": "13.0.0",
167165
"npm-run-all2": "8.0.4",
168166
"open": "10.2.0",
169-
"oxlint": "1.15.0",
170167
"pony-cause": "2.1.11",
171168
"postject": "1.0.0-alpha.6",
172169
"react": "18.3.1",
@@ -206,7 +203,6 @@
206203
],
207204
"lint-staged": {
208205
"*.{cjs,cts,js,json,md,mjs,mts,ts}": [
209-
"oxlint -c=.config/oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --quiet --fix",
210206
"biome format --log-level=none --fix --no-errors-on-unmatched --files-ignore-unknown=true --colors=off"
211207
]
212208
},

0 commit comments

Comments
 (0)