Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 7, 2024
1 parent bd8b767 commit 5ad769f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Tool(s) to use

Output in JSON format

### `--json-extended`

Output in JSON format with additional information (source, tool)

### `-D --dotenv`

Output in dotenv format
Expand Down
1 change: 1 addition & 0 deletions mise.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ use this if you have `mise activate` in your shell rc file."
$ execx($(mise env -s xonsh))
"#
flag "-J --json" help="Output in JSON format"
flag "--json-extended" help="Output in JSON format with additional information (source, tool)"
flag "-D --dotenv" help="Output in dotenv format"
flag "-s --shell" help="Shell type to generate environment variables for" {
arg "<SHELL>" {
Expand Down
7 changes: 7 additions & 0 deletions xtasks/fig/src/mise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,13 @@ const completionSpec: Fig.Spec = {
"description": "Output in JSON format",
"isRepeatable": false
},
{
"name": [
"--json-extended"
],
"description": "Output in JSON format with additional information (source, tool)",
"isRepeatable": false
},
{
"name": [
"-D",
Expand Down

0 comments on commit 5ad769f

Please sign in to comment.