-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cli): change name of --output option to --format #1413
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
894d81a
feat(cli): change --output option name to --format
gocamille bda3c89
Merge branch 'main' into camille/update-format-option (#1403)
EverlastingBugstopper f587f38
feat(cli): Include logic to deprecate output option
gocamille 7b75c1c
feat(cli): refactor rover_output logic
gocamille e08c20c
feat(cli): add a print function to stdout plain text
gocamille e8eb42c
feat(cli): add matching and error handling for plaintext stdout
gocamille 0a7dd7c
feat(cli): Add deprecation message for '--output'
gocamille 0520dab
feat(cli): remove unused imports
gocamille 49fd6b9
feat(cli): update '--output' deprecation msg from error to warning
gocamille 7ff032b
feat(cli): Update changelog
gocamille e72f260
feat(cli): add indent to changelog
gocamille c6c90f4
feat(cli): refactor from clippy suggestions
gocamille fe9abf2
feat(cli): remove unused module
gocamille 3c6c21d
feat(cli): Add print to file option for output
gocamille 13d2c24
feat(cli): update changelog
gocamille ee07e6e
feat(cli): Add logic to deprecate --output and print to file
gocamille a0f4dd6
feat(cli): Add emoji to file output message
gocamille d39d937
feat(cli): remove unneeded comments and imports
gocamille d05f808
feat(cli): rename RoverOutputTrait
gocamille f099b32
feat(cli): update output documentation to include --output deprecation
gocamille ca45449
feat(cli): re-include SdlType crate
gocamille 1c8611e
feat(cli): change doc references from to
gocamille d66b79a
Edits to new docs around --format
b602a41
Edits to new docs around --format (#1469)
gocamille 2762f1c
Merge branch 'main' into camille/update-format-option
EverlastingBugstopper b378556
chore: lints and version update in docs
EverlastingBugstopper dea54ba
Merge branch 'main' into camille/update-format-option
EverlastingBugstopper 28dd777
Merge branch 'main' into camille/update-format-option
EverlastingBugstopper d9d2ceb
Merge branch 'main' into camille/update-format-option
EverlastingBugstopper 4482f83
fix: make --watch work with new --output (#1478)
EverlastingBugstopper ce3f80c
chore: small changes on warning text
EverlastingBugstopper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @StephenBarlow -- let us know if this copy needs to be refined!