Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.
Open
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 packages/documentation/docs/args.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ The `option()` function is the same one exposed by `yargs.option()` - so you can
If you describe the task in this fashion, you can get a list of tasks with descriptions like this:

```
just --help
just blimey --help
npx just --help
npx just blimey --help
```