home/categories/cli-tools/vanman2024-cli-builder-plugins-cli-builder-skills-argparse-patterns-skill-md
cli-toolstools

argparse-patterns

Standard library Python argparse examples with subparsers, choices, actions, and nested command patterns. Use when building Python CLIs without external dependencies, implementing argument parsing, creating subcommands, or when user mentions argparse, standard library CLI, subparsers, argument validation, or nested commands.

vanman2024
maintainer
vanman2024
更新於 12/25/2025
星標
0
分支
0
quick start

Installation and usage

Standard library Python argparse examples with subparsers, choices, actions, and nested command patterns. Use when building Python CLIs without external dependencies, implementing argument parsing, creating subcommands, or when user mentions argparse, standard library CLI, subparsers, argument validation, or nested commands.

安裝
$ install --globalskills.sh
使用

安裝後,您可以通過在終端運行以下命令來使用此技能:

skills use argparse-patterns