From cf80e4810bf761a845967c7a65f394c6a3f5ebf8 Mon Sep 17 00:00:00 2001 From: Oxicode Date: Wed, 26 Jun 2019 10:57:54 -0500 Subject: [PATCH] Update args.md --- packages/documentation/docs/args.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/documentation/docs/args.md b/packages/documentation/docs/args.md index 572603f..a9b0a58 100644 --- a/packages/documentation/docs/args.md +++ b/packages/documentation/docs/args.md @@ -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 ```