d81d17ba0a
- Bump version: 0.8.5 → 0.8.6 - Update dependencies - Update changelog - Update man page - Update config test
109 lines
2.6 KiB
Groff
109 lines
2.6 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
|
|
.TH JUST "1" "March 2021" "just 0.8.6" "Just Manual"
|
|
.SH NAME
|
|
just \- save and run commands
|
|
.SH DESCRIPTION
|
|
just 0.8.6
|
|
\- Please see https://github.com/casey/just for more information.
|
|
.SS "USAGE:"
|
|
.IP
|
|
just [FLAGS] [OPTIONS] [\-\-] [ARGUMENTS]...
|
|
.SS "FLAGS:"
|
|
.TP
|
|
\fB\-\-choose\fR
|
|
Select one or more recipes to run using a binary. If `\-\-chooser` is not passed the chooser
|
|
defaults to the value of $JUST_CHOOSER, falling back to `fzf`
|
|
.TP
|
|
\fB\-\-clear\-shell\-args\fR
|
|
Clear shell arguments
|
|
.TP
|
|
\fB\-\-dry\-run\fR
|
|
Print what just would do without doing it
|
|
.TP
|
|
\fB\-\-dump\fR
|
|
Print entire justfile
|
|
.TP
|
|
\fB\-e\fR, \fB\-\-edit\fR
|
|
Edit justfile with editor given by $VISUAL or $EDITOR, falling back to `vim`
|
|
.TP
|
|
\fB\-\-evaluate\fR
|
|
Print evaluated variables
|
|
.TP
|
|
\fB\-\-highlight\fR
|
|
Highlight echoed recipe lines in bold
|
|
.TP
|
|
\fB\-\-init\fR
|
|
Initialize new justfile in project root
|
|
.TP
|
|
\fB\-l\fR, \fB\-\-list\fR
|
|
List available recipes and their arguments
|
|
.TP
|
|
\fB\-\-no\-dotenv\fR
|
|
Don't load `.env` file
|
|
.TP
|
|
\fB\-\-no\-highlight\fR
|
|
Don't highlight echoed recipe lines in bold
|
|
.TP
|
|
\fB\-q\fR, \fB\-\-quiet\fR
|
|
Suppress all output
|
|
.TP
|
|
\fB\-\-summary\fR
|
|
List names of available recipes
|
|
.TP
|
|
\fB\-u\fR, \fB\-\-unsorted\fR
|
|
Return list and summary entries in source order
|
|
.TP
|
|
\fB\-\-variables\fR
|
|
List names of variables
|
|
.TP
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
Use verbose output
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help information
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Print version information
|
|
.SS "OPTIONS:"
|
|
.TP
|
|
\fB\-\-chooser\fR <CHOOSER>
|
|
Override binary invoked by `\-\-choose`
|
|
.HP
|
|
\fB\-\-color\fR <COLOR>
|
|
.TP
|
|
Print colorful output [default: auto]
|
|
[possible values: auto, always, never]
|
|
.HP
|
|
\fB\-\-completions\fR <SHELL>
|
|
.IP
|
|
Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell, elvish]
|
|
.TP
|
|
\fB\-f\fR, \fB\-\-justfile\fR <JUSTFILE>
|
|
Use <JUSTFILE> as justfile
|
|
.TP
|
|
\fB\-\-list\-heading\fR <TEXT>
|
|
Print <TEXT> before list
|
|
.TP
|
|
\fB\-\-list\-prefix\fR <TEXT>
|
|
Print <TEXT> before each list item
|
|
.TP
|
|
\fB\-\-set\fR <VARIABLE> <VALUE>
|
|
Override <VARIABLE> with <VALUE>
|
|
.TP
|
|
\fB\-\-shell\fR <SHELL>
|
|
Invoke <SHELL> to run recipes [default: sh]
|
|
.TP
|
|
\fB\-\-shell\-arg\fR <SHELL\-ARG>...
|
|
Invoke shell with <SHELL\-ARG> as an argument [default: \fB\-cu]\fR
|
|
.TP
|
|
\fB\-s\fR, \fB\-\-show\fR <RECIPE>
|
|
Show information about <RECIPE>
|
|
.HP
|
|
\fB\-d\fR, \fB\-\-working\-directory\fR <WORKING\-DIRECTORY>
|
|
.IP
|
|
Use <WORKING\-DIRECTORY> as working directory. \fB\-\-justfile\fR must also be set
|
|
.SS "ARGS:"
|
|
.TP
|
|
<ARGUMENTS>...
|
|
Overrides and recipe(s) to run, defaulting to the first recipe in the justfile
|