interactive-clap/examples
FroVolod 4ce98504ef
feat: Added possibility to process optional fields (#13)
Automatic generation of "interactive_clap::FromCli" for structures with
optional fields

---------

Co-authored-by: Vlad Frolov <frolvlad@gmail.com>
2024-01-15 12:14:27 +02: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_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