We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef9ff0 commit 7f7b521Copy full SHA for 7f7b521
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.4.1](https://github.com/bentruyman/cli/compare/1.4.0...1.4.1) (2026-04-10)
4
+
5
+### Bug Fixes
6
7
+- handle built-in help flags in Command.run ([fef9ff0](https://github.com/bentruyman/cli/commit/fef9ff0e8397bca8f211cca7dd1c821a67497d1f))
8
9
# [1.4.0](https://github.com/bentruyman/cli/compare/1.3.0...1.4.0) (2026-02-13)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@truyman/cli",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "Build CLIs. TypeScript does the rest.",
"keywords": [
"arguments",
0 commit comments