interactive-clap/examples
FroVolod d07d192fc6
feat: Added support for "#[interactive_clap(flatten)]" (#15)
Co-authored-by: FroVolod <frol_off@meta.ua>
2024-03-25 12:10:47 +01:00
..
advanced_enum.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
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: Added support for "#[interactive_clap(flatten)]" (#15) 2024-03-25 12:10:47 +01: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_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