fix(core): Remove flawed safety check in getUserArgs and debug log

- Fixed bug where CLI with no args would return entire argv including node path
- Removed debug 'Wanted command: ...' log from startParse()
This commit is contained in:
2026-01-12 01:21:49 +00:00
parent 40c0dfb3df
commit e3f5616320
3 changed files with 2 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartcli",
"private": false,
"version": "4.0.19",
"version": "4.0.20",
"description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",