summaryrefslogtreecommitdiffstats
path: root/completions/just.elvish
diff options
context:
space:
mode:
Diffstat (limited to 'completions/just.elvish')
-rw-r--r--completions/just.elvish3
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/just.elvish b/completions/just.elvish
index 49b19a25..804c520d 100644
--- a/completions/just.elvish
+++ b/completions/just.elvish
@@ -33,7 +33,8 @@ edit:completion:arg-completer[just] = [@words]{
cand -s 'Show information about <RECIPE>'
cand --show 'Show information about <RECIPE>'
cand --dotenv-filename 'Search for environment file named <DOTENV-FILENAME> instead of `.env`'
- cand --dotenv-path 'Load environment file at <DOTENV-PATH> instead of searching for one'
+ cand -E 'Load <DOTENV-PATH> as environment file instead of searching for one'
+ cand --dotenv-path 'Load <DOTENV-PATH> as environment file instead of searching for one'
cand --check 'Run `--fmt` in ''check'' mode. Exits with 0 if justfile is formatted correctly. Exits with 1 and prints a diff if formatting is required.'
cand --yes 'Automatically confirm all recipes.'
cand -n 'Print what just would do without doing it'