refactor(templates): rename show to list for CLI consistency

Other subcommand groups (server, env, ssh, webpage, git proxy) use
`list` for enumeration; align templates with the same convention.
This commit is contained in:
Zhengshou Lai
2026-05-08 20:56:14 +08:00
parent 11f5635c94
commit 0317189623
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ For any subcommand: `mytoolkit <cmd> --help`.
```bash
mytoolkit templates register /path/to/templates
mytoolkit templates show # lists each template with its absolute path
mytoolkit templates list # lists each template with its absolute path
```
Registry is stored at `~/.config/mytoolkit/templates.json`.