command:create
Create a new CLI command skeleton.
Usage
splent command:create <name>
Examples
splent command:create my_command
Description
Generates a new command file with the standard SPLENT CLI boilerplate (Click decorators, cli_command export). The file is created in the commands/ directory of the CLI package.
Use this as a starting point when adding new commands to splent_cli.