interactive-clap/examples
dj8yf0μl 94442d867e
feat: add long_vec_multiple_opt attribute (#22)
screenshot from `cargo-near` with
[patched](06fd2569ec)
`interactive-clap` version from pr's fork:


![image](https://github.com/user-attachments/assets/a624c011-2a0c-4830-95da-58a0bf553648)

---------

Co-authored-by: dj8yf0μl <noreply@nowhere.org>
2024-09-18 17:27:10 +02:00
..
advanced_enum.rs feat: Add support for "subargs" (#17) 2024-04-21 13:35:25 +02:00
advanced_struct.rs feat: Added possibility to process optional fields (#13) 2024-01-15 12:14:27 +02:00
simple_enum.rs refactor: addressed compiler warnings 2023-06-02 22:10:37 +02:00
simple_struct.rs refactor: Use a custom ResultFromCli to enable Cancel and Back variants and lift CLI args on Ok/Err (#4) 2023-04-02 21:24:06 +02:00
struct_with_context.rs refactor: addressed compiler warnings 2023-06-02 22:10:37 +02:00
struct_with_flatten.rs feat: add long_vec_multiple_opt attribute (#22) 2024-09-18 17:27:10 +02:00
struct_with_named_arg.rs refactor: Use a custom ResultFromCli to enable Cancel and Back variants and lift CLI args on Ok/Err (#4) 2023-04-02 21:24:06 +02:00
struct_with_subargs.rs feat: Add support for "subargs" (#17) 2024-04-21 13:35:25 +02:00
struct_with_subcommand.rs refactor: Use a custom ResultFromCli to enable Cancel and Back variants and lift CLI args on Ok/Err (#4) 2023-04-02 21:24:06 +02:00
to_cli_args.rs refactor: addressed compiler warnings 2023-06-02 22:10:37 +02:00