Releases: comonicon/Comonicon.jl
Releases · comonicon/Comonicon.jl
v1.0.8
Comonicon v1.0.8
Merged pull requests:
- Load REPL to populate Docs.doc methods (#273) (@jakobnissen)
Closed issues:
v1.0.7
Comonicon v1.0.7
Merged pull requests:
- Support weakdeps (#252) (@qiaojunfeng)
- Fix branch in Documentation.yml (#269) (@hyrodium)
Closed issues:
- Clarify README about what this package does (#267)
v1.0.6
Comonicon v1.0.6
Closed issues:
Merged pull requests:
- generate batch script entryfile for windows (#241) (@johnnychen94)
- add more hint on unknown command (#243) (@xgdgsc)
- Show [options] when options are present. (#244) (@sunoru)
- bugfix(windows): handle cmd call error (#245) (@johnnychen94)
- fix: brief appended to intro by mistake (#250) (@xukai92)
- fix: empty user defined hint is used (#251) (@xukai92)
- test: update test for #244 (#253) (@xukai92)
- test: fix tests for #251 (#255) (@xukai92)
v1.0.5
Comonicon v1.0.5
Closed issues:
Merged pull requests:
- CompatHelper: bump compat for "ExproniconLite" to "0.8" (#233) (@github-actions[bot])
- Fix broken links to doc (#235) (@banhbio)
- CompatHelper: bump compat for "ExproniconLite" to "0.9" (#236) (@github-actions[bot])
- CompatHelper: bump compat for "ExproniconLite" to "0.10" (#237) (@github-actions[bot])
- use JULIA_DEPOT_PATH as default install path (#240) (@Roger-luo)
v1.0.4
Comonicon v1.0.4
v1.0.3
Comonicon v1.0.3
v1.0.2
Comonicon v1.0.2
v1.0.1
Comonicon v1.0.1
Closed issues:
- Reproducible configuration files/CLI args like ArgParse.jl and jsonargparse (#225)
- [BUG] Option ordering is messed up because of converting Docstring to a Dictionary (#226)
- [BUG] Using optional optional types from Configurations fails with an error. (#228)
Merged pull requests:
- Fix ordering of options, flags and subcommands (#227) (@VPetukhov)
- Fixed a bug with optional Config parameters (#229) (@VPetukhov)
v1.0.0
Comonicon v1.0.0
Closed issues:
- autocompletion for BASH (#2)
- Support space-seperated short option forms (#211)
- Comonicon garbles long docstrings (#212)
- Capital
-V
for version is a bit odd (#215) - Support multiple paragraphs in Intro section (#220)
Merged pull requests:
- fix short option parsing (#221) (@Roger-luo)
- support option type (#222) (@Roger-luo)
- fix setting config from cli (#223) (@Roger-luo)
v0.12.18
Comonicon v0.12.18
Closed issues:
- [BUG]
static=false
builds and works in terminals that are wide but fails in terminals that are narrow. (#178) - [Enhancement] Write command descriptions on new lines (#180)
- Empty docstring causes a bounds error (#214)
- Casting
print
seems to break--help
and--version
flags (#218)
Merged pull requests:
- Update printing.jl (#209) (@KwatMDPhD)
- CompatHelper: bump compat for "ExproniconLite" to "0.7" (#210) (@github-actions[bot])
- End version output with newline (#216) (@tecosaur)
- fix emptry docstring (#217) (@Roger-luo)
- fix hygenie print (#219) (@Roger-luo)