From e1e29d10c35af32a86e86f4db4b4e2a2e753c765 Mon Sep 17 00:00:00 2001 From: Alexey Parfenov Date: Tue, 5 Apr 2022 16:41:26 -0700 Subject: [PATCH] Fixes example yaml --- FORMAT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FORMAT.md b/FORMAT.md index e72e9f2..a1f3748 100644 --- a/FORMAT.md +++ b/FORMAT.md @@ -66,7 +66,7 @@ name: Example workflow command: echo {{string}} arguments: - name: string - - description: The value to echo + description: The value to echo ``` ## `arguments.description` @@ -75,4 +75,4 @@ The description of the argument. This is surfaced in both commands.dev and Warp ## `arguments.default_value` ----- -The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional \ No newline at end of file +The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional