We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bf2005 + e1e29d1 commit aeb755cCopy full SHA for aeb755c
1 file changed
FORMAT.md
@@ -66,7 +66,7 @@ name: Example workflow
66
command: echo {{string}}
67
arguments:
68
- name: string
69
- - description: The value to echo
+ description: The value to echo
70
```
71
72
## `arguments.description`
@@ -75,4 +75,4 @@ The description of the argument. This is surfaced in both commands.dev and Warp
75
76
## `arguments.default_value`
77
-----
78
-The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional
+The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional
0 commit comments