Click framework examples and templates - decorators, nested commands, parameter validation. Use when building Python CLI with Click, implementing command groups, adding CLI options/arguments, validating CLI parameters, creating nested subcommands, or when user mentions Click framework, @click decorators, command-line interface.
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
examples/complete-example.mdexamples/edge-cases.mdexamples/patterns.mdscripts/generate-click-cli.shscripts/setup-click-project.shscripts/validate-click.shtemplates/advanced-cli.pytemplates/basic-cli.pytemplates/nested-commands.pytemplates/validators.py