-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flags: move raw+jobs flags to only commands that install
- Loading branch information
Showing
16 changed files
with
176 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ assert_raises() { | |
fi | ||
} | ||
|
||
assert_raises "rtx uninstall [email protected]" | ||
rtx i [email protected] [email protected] | ||
|
||
assert "rtx local" "#:schema ../../schema/rtx.json | ||
env_file = '.test-env' | ||
|
@@ -57,8 +57,6 @@ if [[ "$(rtx exec -- shfmt --version)" != "v3.5.0" ]]; then | |
exit 1 | ||
fi | ||
|
||
assert_raises "rtx uninstall [email protected]" | ||
|
||
rtx local [email protected] | ||
assert "rtx local" "#:schema ../../schema/rtx.json | ||
env_file = '.test-env' | ||
|
@@ -101,8 +99,6 @@ tiny-ref = \"https://github.com/rtx-plugins/rtx-tiny#df03b6719dd465d565bb6627394 | |
|
||
export RTX_DEFAULT_CONFIG_FILENAME=.MISSING | ||
|
||
assert_raises "rtx uninstall [email protected]" | ||
|
||
rtx local | ||
assert "rtx local" "#python 3.11.1 3.10.9 # foo | ||
shellcheck sub-0.1:0.10.0 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
pub mod env_var; | ||
pub mod jobs; | ||
pub mod log_level; | ||
pub mod quiet; | ||
pub mod raw; | ||
pub mod tool; | ||
pub mod verbose; | ||
pub mod yes; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.