Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
The default value for the argument. If specified, the `default_value` replaces the argument name within the command. Optional