docs: Update 4 files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user