Skip to content

Commit

Permalink
Commit from GitHub Actions (rtx)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Dec 13, 2023
1 parent 2764b3c commit 89b2e61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ v20.0.0
- [`~/.cache/rtx`](#cachertx)
- [`~/.local/share/rtx`](#localsharertx)
- [Templates](#templates)
- [[experimental] Config Environments](#experimental-config-environments)
- [Config Environments](#config-environments)
- [IDE Integration](#ide-integration)
- [Core Plugins](#core-plugins)
- [FAQs](#faqs)
Expand Down Expand Up @@ -2704,7 +2704,7 @@ Options:
Use the global config file (~/.config/rtx/config.toml) instead of the local one
-e, --env <ENV>
[experimental] Modify an environment-specific config file like .rtx.<env>.toml
Modify an environment-specific config file like .rtx.<env>.toml
-p, --path <PATH>
Specify a path to a config file or directory If a directory is specified, it will look for .rtx.toml (default) or .tool-versions
Expand Down
2 changes: 1 addition & 1 deletion completions/_rtx
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ __rtx_use_cmd() {
'--fuzzy[Save fuzzy version to config file]' \
'*--remove=[Remove the tool(s) from config file]:remove:' \
'(-g --global)'{-g,--global}'[Use the global config file (~/.config/rtx/config.toml) instead of the local one]' \
'(-e --env)'{-e,--env}'=[\[experimental\] Modify an environment-specific config file like .rtx.<env>.toml]:env:' \
'(-e --env)'{-e,--env}'=[Modify an environment-specific config file like .rtx.<env>.toml]:env:' \
'(-p --path)'{-p,--path}'=[Specify a path to a config file or directory If a directory is specified, it will look for .rtx.toml (default) or .tool-versions]:path:_files' \
'(-j --jobs)'{-j,--jobs}'=[Number of plugins and runtimes to install in parallel]:jobs:' \
'(-q --quiet)'{-q,--quiet}'[Suppress output]' \
Expand Down
2 changes: 1 addition & 1 deletion completions/rtx.fish
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ complete -xc rtx -n "$fssf upgrade" -s n -l dry-run -d 'Just print what would be
complete -xc rtx -n "$fssf upgrade" -a "(__rtx_tool_versions)" -d 'Tool(s) to upgrade'
# use
complete -xc rtx -n "$fssf use" -s e -l env -d '[experimental] Modify an environment-specific config file like .rtx.<env>.toml'
complete -xc rtx -n "$fssf use" -s e -l env -d 'Modify an environment-specific config file like .rtx.<env>.toml'
complete -xc rtx -n "$fssf use" -l fuzzy -d 'Save fuzzy version to config file'
complete -xc rtx -n "$fssf use" -s g -l global -d 'Use the global config file (~/.config/rtx/config.toml) instead of the local one'
complete -xc rtx -n "$fssf use" -s p -l path -a "(__fish_complete_path)" -d 'Specify a path to a config file or directory If a directory is specified, it will look for .rtx.toml (default) or .tool-versions'
Expand Down

0 comments on commit 89b2e61

Please sign in to comment.