Skip to content

Commit

Permalink
chore: bump usage (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 22, 2024
1 parent efe231b commit ea05a5d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions completions/mise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _mise() {
_usage_spec_mise_2024_11_23="$(mise usage)"
fi

# shellcheck disable=SC2207
COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_23}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) )
if [[ $? -ne 0 ]]; then
unset COMPREPLY
Expand Down
2 changes: 1 addition & 1 deletion mise.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = "0.6.0"
version = "2.7.0"

[tools."cargo:usage-cli"]
version = "1.3.2"
version = "1.3.3"

[tools.jq]
version = "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cargo-binstall = "latest"
actionlint = "latest"
ripgrep = "latest"
"pipx:toml-sort" = "latest"
"cargo:usage-cli" = { version = "1.3", os = ["linux", "macos"] }
"cargo:usage-cli" = { version = "latest", os = ["linux", "macos"] }
bun = "latest"
#python = { version = "latest", virtualenv = "{{env.HOME}}/.cache/venv" }

Expand Down
6 changes: 3 additions & 3 deletions tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@ run a command inside of development docker container

## `filetask`

- **Usage**: `filetask [-f --force] [-u --user <user>] <file> <arg_with_default>`
- **Usage**: `filetask [-f --force] [-u --user <user>] [file] [arg_with_default]`
- **Aliases**: `ft`

This is a test build script

### Arguments

#### `<file>`
#### `[file]`

The file to write

**Default:** `file.txt`

#### `<arg_with_default>`
#### `[arg_with_default]`

An arg with a default

Expand Down

0 comments on commit ea05a5d

Please sign in to comment.