Skip to content

Commit

Permalink
fix(doc): args command
Browse files Browse the repository at this point in the history
  • Loading branch information
JorickPepin authored Oct 6, 2024
1 parent c0fda9d commit 8968d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started/arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function task(
```bash
$ castor task foo
foo default
$ castor task --default=bar foo
$ castor task foo --second-arg=bar
foo bar
```

Expand Down

0 comments on commit 8968d3c

Please sign in to comment.