Skip to content

Commit aeb755c

Browse files
authored
Merge pull request #32 from alepar/patch-1
Fixes example yaml
2 parents 7bf2005 + e1e29d1 commit aeb755c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FORMAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ name: Example workflow
6666
command: echo {{string}}
6767
arguments:
6868
- name: string
69-
- description: The value to echo
69+
description: The value to echo
7070
```
7171

7272
## `arguments.description`
@@ -75,4 +75,4 @@ The description of the argument. This is surfaced in both commands.dev and Warp
7575

7676
## `arguments.default_value`
7777
-----
78-
The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional
78+
The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional

0 commit comments

Comments
 (0)