Releases: O1ahmad/cli-parser
Releases · O1ahmad/cli-parser
v0.0.2
v0.0.1
What's Changed
- feat: add initial parsing logic and project scaffolding by @O1ahmad in #1
- feat: add next iteration of the cli parser by @O1ahmad in #2
- chore: add minor refactorizations by @O1ahmad in #3
- Ahmad/ai cli parser by @O1ahmad in #4
- feat: add mongodb save option for storing results in a local mongo instance by @O1ahmad in #5
- chore: optimize OpenAI help output parser prompt and print usage details to stdout by @O1ahmad in #6
- chore: change option's section property to tags and add method docs by @O1ahmad in #7
- chore: update program --save arg to store true value (vs. false default) if provided by @O1ahmad in #8
- chore: refactor the help parse prompt and add usage details to each subcommand object by @O1ahmad in #9
- chore: refactor version and help prompt retrieval and processing logic by @O1ahmad in #10
- chore: retrieve cli info from mongodb if available and support overrides by @O1ahmad in #11
- chore: replace save input arg with mongodb-url and leverage mongodb src if provided by @O1ahmad in #12
- chore: pretty print JSON outputs by @O1ahmad in #13
- fix: properly check for existence of a mongodb connection and update examples by @O1ahmad in #14
- chore: update examples by @O1ahmad in #15
- fix: properly include binary subcommands in help call by @O1ahmad in #16
- chore: add parsed docker CLI example by @O1ahmad in #17
- chore: update docker example with non-test data by @O1ahmad in #18
- chore: add nethermind.Runner parsed CLI example by @O1ahmad in #19
- chore: add top-level geth CLI parsing example by @O1ahmad in #20
- chore: add parsed "curl --help" output (--help all provides full help output) by @O1ahmad in #21
- chore: add parsed touch help output by @O1ahmad in #22
- chore: add structured top help by @O1ahmad in #23
- chore: add free parsed cli example by @O1ahmad in #24
- chore: add additional linux resource inspection examples by @O1ahmad in #25
- chore: refactor src organization and add reth + op-reth examples by @O1ahmad in #26
New Contributors
Full Changelog: https://github.com/O1ahmad/cli-parser/commits/v0.0.1