Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
this seems to be a bug due to a specific command printing, how do you reproduce this error? I'm not able to debug anything without knowing how to trigger this
This is because Revise doesn't delete the old global `CASTED_COMMANDS` created by Comonicon when user revise the functions, so as a result the previous `CASTED_COMMANDS` is used in the later...
I did a bit search and it seems the short option for `--version` is not required in either GNU CLI standard or https://clig.dev/. And in the CLI Guide, it mentions...
Ok I think I'll just remove the support of short option version but this is gonna be a breaking change so I'll postpone this change a bit.
now `-V` is removed, only `--version` is generated
I think as for Comonicon projects, this is quite simple, we can just have an extra field in `Comonicon.toml` to control this (which also means a newly available kwargs in...
`target` is a parameter for `codegen`, and `codegen` itself doesn't necessarily need to depend on the runtime it targets (tho for convenience it sometimes depends on that). > If it...
The first thing I'd do is to try to move whatever is missing in the parse part to `Comonicon`, given this should be the same for both GUI and CLI...
I just realize we probably want to wait for 1.6's new stdlib Preferences.jl (https://github.com/JuliaLang/julia/pull/37595) so that the user can choose whether to use GUI or CLI or both as an...
``` julia demo.jl -- -e 1 ``` hmm, I think this is probably a bug of the dash separator, we should support this syntax for the sake of consistency with...