0.6.0 (2024-03-20)
- generate carapace but remove yaml support
- Basic support for Darwin (#17) (4a849ca)
- generate carapace but remove yaml support (c429a78)
- Generate descriptions for strings arg type for nu (c70d189)
- Make Nushell try generating types (898537b)
- Parse arg types (0417e65)
0.5.1 (2023-12-25)
- Parse type (kdl) (51303ba)
0.5.0 (2023-12-25)
- Changes to KDL format
0.4.1 (2023-12-24)
- trigger release (e384d7e)
0.4.0 (2023-11-18)
- -completions.nu instead of .nu
- call completion function in generated zsh (35cf344)
- Escape [] in zsh (0b2ebcf)
- Remove print debugging from podman.rs (43e2d94)
- Turn '\ ' into ' ' (fd38364)
0.3.2 (2023-08-19)
0.3.1 (2023-08-18)
0.3.0 (2023-08-17)
- Rename Arg to Flag
- Move manpage-finding to main.rs
0.2.1 (2023-08-11)
- Detect subcommands with hyphens (d89b021)
- Explicitly give subcommands (7146648)
- Nushell support (00bb571)
0.2.0 (2023-08-09)
- Add env_logger backend (9c9633c)
- Add option to generate JSON (204f4ad)
- Allow descriptions to be empty (51175d1)
- Allow marking commands as not subcommands (89aaed1)
- Detect and merge subcommands (33c8ed5)
- Implement type 2 parser (cef1e21)
- include or exclude multiple commands (77471e4)
- Make JSON output subcommands (85887da)
- Simpler interface to parser (3bf1f8d)