kapsis
kapsis copied to clipboard
Yet Another CLI builder - Build delightful command line interfaces in seconds. Written in Nim language 👑
Results
2
kapsis issues
Sort by
recently updated
recently updated
newest added
``` app x y --flag ``` when `y` is not provided `--flag` is parsed as argument. that's wrong
bug
i tried to compile the example in the readme ```nim import kapsis commands: -- "Source-to-Source" src string(-s), path(`timl`), bool(--pretty): ## Transpile `timl` code to a specific target source ast path(`timl`),...