11.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2- .TH JUST "1" "December 2023" "just 1.17 .0" "Just Manual"
2+ .TH JUST "1" "December 2023" "just 1.18 .0" "Just Manual"
33.SH NAME
44just \- save and run commands
55.SH DESCRIPTION
6- just 1.17 .0
6+ just 1.18 .0
77\- Please see https://github.com/casey/just for more information.
88.SS "USAGE:"
99.IP
@@ -14,13 +14,12 @@ just [FLAGS] [OPTIONS] [\-\-] [ARGUMENTS]...
1414Print changelog
1515.TP
1616\fB \-\- check \fR
17- Run `\-\- fmt` in 'check' mode. Exits with 0 if justfile is formatted
18- correctly. Exits with 1 and prints a diff if formatting is required.
17+ Run `\-\- fmt` in 'check' mode. Exits with 0 if justfile is formatted correctly. Exits with 1
18+ and prints a diff if formatting is required.
1919.TP
2020\fB \-\- choose \fR
21- Select one or more recipes to run using a binary chooser. If `\-\- chooser` is
22- not passed the chooser defaults to the value of $JUST_CHOOSER, falling back
23- to `fzf`
21+ Select one or more recipes to run using a binary chooser. If `\-\- chooser` is not passed the
22+ chooser defaults to the value of $JUST_CHOOSER, falling back to `fzf`
2423.TP
2524\fB \-\- clear \- shell \- args \fR
2625Clear shell arguments
@@ -32,12 +31,11 @@ Print what just would do without doing it
3231Print justfile
3332.TP
3433\fB \- e \fR , \fB \-\- edit \fR
35- Edit justfile with editor given by $VISUAL or $EDITOR, falling back to
36- `vim`
34+ Edit justfile with editor given by $VISUAL or $EDITOR, falling back to `vim`
3735.TP
3836\fB \-\- evaluate \fR
39- Evaluate and print all variables. If a variable name is given as an
40- argument, only print that variable's value.
37+ Evaluate and print all variables. If a variable name is given as an argument, only print
38+ that variable's value.
4139.TP
4240\fB \-\- fmt \fR
4341Format and overwrite justfile
@@ -102,20 +100,16 @@ Run an arbitrary command with the working directory, `.env`, overrides, and expo
102100.HP
103101\fB \-\- command \- color \fR <COMMAND\- COLOR>
104102.IP
105- Echo recipe lines in <COMMAND\- COLOR> [possible values: black, blue, cyan, green, purple, red,
106- yellow]
103+ Echo recipe lines in <COMMAND\- COLOR> [possible values: black, blue, cyan, green, purple, red, yellow]
107104.HP
108105\fB \-\- completions \fR <SHELL>
109106.IP
110- Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell,
111- elvish]
112- .HP
107+ Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell, elvish]
108+ .TP
113109\fB \-\- dotenv \- filename \fR <DOTENV\- FILENAME>
114- .IP
115110Search for environment file named <DOTENV\- FILENAME> instead of `.env`
116- .HP
111+ .TP
117112\fB \-\- dotenv \- path \fR <DOTENV\- PATH>
118- .IP
119113Load environment file at <DOTENV\- PATH> instead of searching for one
120114.HP
121115\fB \-\- dump \- format \fR <FORMAT>
0 commit comments