fix(smartcli): Improve CLI argument parsing, update deps and tests
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-10-27 - 4.0.13 - fix(smartcli)
|
||||
Improve CLI argument parsing, update deps and tests
|
||||
|
||||
- Enhance startParse() to filter runtime executables and script paths (node, deno, bun, tsx, ts-node) so commands are detected correctly across runtimes.
|
||||
- Switch path import to node:path in plugins for ESM compatibility.
|
||||
- Bump various dependencies and devDependencies (including @push.rocks/lik, @push.rocks/smartlog, @push.rocks/smartpromise, @push.rocks/smartrx, yargs-parser, @git.zone tooling) and add packageManager field.
|
||||
- Replace / reorganize tests: add/modify test/test.node+deno+bun.ts, adjust test script to use --verbose.
|
||||
- Add deno.lock and include many resolved npm dependencies.
|
||||
- Add LICENSE file (MIT).
|
||||
|
||||
## 2025-04-01 - 4.0.12 - fix(docs)
|
||||
Update documentation with comprehensive usage examples, improved command alias descriptions, and detailed configuration instructions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user