docs: Update 4 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 28s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m10s

This commit is contained in:
j
2025-12-28 11:26:24 +13:00
parent 68124f94fc
commit 754b4de29b
4 changed files with 224 additions and 123 deletions

View File

@@ -18,7 +18,7 @@ namespace dropshell {
void validate_autocomplete(const CommandContext& ctx);
int validate_handler(const CommandContext& ctx);
static std::vector<std::string> validate_name_list = {"validate", "lint", "check-template"};
static std::vector<std::string> validate_name_list = {"validate-template", "validate", "lint"};
// Static registration
struct ValidateCommandRegister {
@@ -32,7 +32,7 @@ struct ValidateCommandRegister {
true, // requires_install
1, // min_args (template name required)
1, // max_args
"validate TEMPLATE",
"validate-template TEMPLATE",
"Validate a template's structure, syntax, and common issues.",
R"(
Validates a dropshell template by checking: