fix(smartcli.helpers): Add robust getUserArgs helper and refactor Smartcli to use it; add MIT license and update documentation
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-10-28 - 4.0.15 - fix(smartcli.helpers)
|
||||
Add robust getUserArgs helper and refactor Smartcli to use it; add MIT license and update documentation
|
||||
|
||||
- Add ts/smartcli.helpers.ts: getUserArgs to normalize user arguments across Node.js, Deno (run/compiled), and Bun, with safety checks for test environments
|
||||
- Refactor Smartcli (ts/smartcli.classes.smartcli.ts) to use getUserArgs in startParse and getOption for correct argument parsing and improved test compatibility
|
||||
- Update readme.hints.md with detailed cross-runtime CLI argument parsing guidance
|
||||
- Add LICENSE (MIT) file
|
||||
- Add .claude/settings.local.json (local settings)
|
||||
|
||||
## 2025-10-28 - 4.0.14 - fix(license)
|
||||
Add MIT license file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user