Skip to content

Latest commit

 

History

History

Chilli Examples

# File Description
1 e1_simple_cli.zig A simple CLI application that shows basic command and flag parsing
2 e2_nested_commands.zig A CLI application with nested commands and subcommands
3 e3_help_output.zig An example that demonstrates automatic help output and usage information
4 e4_custom_sections.zig An example that demonstrates grouping subcommands into custom sections
5 e5_advanced_cli.zig An example that combines multiple features of Chilli
6 e6_file_downloader.zig A CLI application that downloads files from the internet
7 e7_calculator.zig A simple calculator CLI that supports basic arithmetic operations
8 e8_flags_and_args.zig An example that shows how to use flags and positional arguments in commands