complete-c just -l check -d'Run `--fmt` in \'check\' mode. Exits with 0 if justfile is formatted correctly. Exits with 1 and prints a diff if formatting is required.'
complete-c just -l yes -d'Automatically confirm all recipes.'
complete-c just -s n -l dry-run -d'Print what just would do without doing it'
complete-c just -l highlight -d'Highlight echoed recipe lines in bold'
complete-c just -l no-aliases -d'Don\'t show aliases in list'
complete-c just -l no-deps -d'Don\'t run recipe dependencies'
complete-c just -l no-dotenv -d'Don\'t load `.env` file'
complete-c just -l no-highlight -d'Don\'t highlight echoed recipe lines in bold'
complete-c just -s q -l quiet -d'Suppress all output'
complete-c just -l shell-command-d'Invoke <COMMAND> with the shell used to run recipe lines and backticks'
complete-c just -l clear-shell-args -d'Clear shell arguments'
complete-c just -s u -l unsorted -d'Return list and summary entries in source order'
complete-c just -l unstable -d'Enable unstable features'
complete-c just -s v -l verbose -d'Use verbose output'
complete-c just -l changelog -d'Print changelog'
complete-c just -l choose -d'Select one or more recipes to run using a binary chooser. If `--chooser` is not passed the chooser defaults to the value of $JUST_CHOOSER, falling back to `fzf`'
complete-c just -l dump -d'Print justfile'
complete-c just -s e -l edit -d'Edit justfile with editor given by $VISUAL or $EDITOR, falling back to `vim`'
complete-c just -l evaluate -d'Evaluate and print all variables. If a variable name is given as an argument, only print that variable\'s value.'
complete-c just -l fmt -d'Format and overwrite justfile'
complete-c just -l init -d'Initialize new justfile in project root'