Skip to content

Commit

Permalink
Merge pull request #530 from jolicode/patch-doc
Browse files Browse the repository at this point in the history
fix(doc): args command
  • Loading branch information
pyrech authored Oct 6, 2024
2 parents c0fda9d + 8968d3c commit 4da82ef
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 4da82ef

Please sign in to comment.