From 69322f4720007dc39deb47c3155cdc4716802011 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Fri, 11 Aug 2023 15:22:15 +0200 Subject: [PATCH] Mark required params for BuiltinCommands --- archetypes/BuiltinCommands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/BuiltinCommands.md b/archetypes/BuiltinCommands.md index 9b1e954..89b328c 100644 --- a/archetypes/BuiltinCommands.md +++ b/archetypes/BuiltinCommands.md @@ -9,7 +9,7 @@ page_status: ## Usage ```txt -{{ .Name }} required, [optional] // type these in manually +{{ .Name }} , [optional] // type these in manually ```