-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
noseyparker-bin
to noseyparker-cli
; bump version number; a…
…dd version tests
- Loading branch information
1 parent
270cb57
commit 254fec3
Showing
99 changed files
with
84 additions
and
8 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ license = "Apache-2.0" | |
authors = ["Brad Larsen <[email protected]>"] | ||
homepage = "https://github.com/praetorian-inc/noseyparker" | ||
repository = "https://github.com/praetorian-inc/noseyparker" | ||
version = "0.12.0-dev" | ||
version = "0.13.0" | ||
|
||
publish = false | ||
|
||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_command-2.snap
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: stdout | ||
--- | ||
|
10 changes: 10 additions & 0 deletions
10
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_command-3.snap
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: stderr | ||
--- | ||
error: unrecognized subcommand 'version' | ||
|
||
Usage: noseyparker [OPTIONS] <COMMAND> | ||
|
||
For more information, try '--help'. | ||
|
5 changes: 5 additions & 0 deletions
5
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_command.snap
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: status | ||
--- | ||
exit status: 2 |
6 changes: 6 additions & 0 deletions
6
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_long-2.snap
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: stdout | ||
--- | ||
noseyparker 0.13.0 | ||
|
5 changes: 5 additions & 0 deletions
5
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_long-3.snap
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: stderr | ||
--- | ||
|
5 changes: 5 additions & 0 deletions
5
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_long.snap
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: status | ||
--- | ||
exit status: 0 |
6 changes: 6 additions & 0 deletions
6
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_short-2.snap
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: stdout | ||
--- | ||
noseyparker 0.13.0 | ||
|
5 changes: 5 additions & 0 deletions
5
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_short-3.snap
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: stderr | ||
--- | ||
|
5 changes: 5 additions & 0 deletions
5
crates/noseyparker-cli/tests/snapshots/test_noseyparker_help__version_short.snap
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: crates/noseyparker-cli/tests/test_noseyparker_help.rs | ||
expression: status | ||
--- | ||
exit status: 0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.