-
Notifications
You must be signed in to change notification settings - Fork 128
Refactor input #1585
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
Merged
Merged
Refactor input #1585
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1dd6d43
Removed terminal_utils.py.
kmvanbrunt 4783455
Restored upgrade documentation.
kmvanbrunt 0f647bb
Deleted terminal_utils.py.
kmvanbrunt 27e28fb
Merge branch 'main' into async_alert
kmvanbrunt 4f68446
Merge branch 'main' into async_alert
kmvanbrunt 00412f4
Moved logic specific to the main command line from Cmd.read_input() t…
kmvanbrunt 6c36faf
Try setting shell to cmd.exe on Windows but bash on Linux or Mac for …
tleonhardt 7a52b45
Try to fix GitHub Actions
tleonhardt 0ce93bf
Try running windows tests using winpty
tleonhardt 76f13b4
Try to fix running windows tests using winpty
tleonhardt afdafda
Try using powershell on Windows tests
tleonhardt 73a6d9c
Try setting windows test shell to cmd
tleonhardt db34ca9
Moved call to patch_stdout() right before creating the prompt.
kmvanbrunt 24dfb2b
Put tests.yml back to the way it was originally
tleonhardt 38b4e62
Only wrap self.stdin and self.stdout if they differ from sys equivale…
kmvanbrunt a39b929
Fixing tests on Windows.
kmvanbrunt 11cdbda
Fixed mock patch.
kmvanbrunt db30ea3
Added tests.
kmvanbrunt c488828
Removed obsolete test code.
kmvanbrunt df1db8a
Added interactive pipe mode.
kmvanbrunt 484930c
Removed need for constants.EOF.
kmvanbrunt 9edd091
Added Ctrl-d test.
kmvanbrunt 712d55d
Renamed a parser builder function to reflect name of the command.
kmvanbrunt a300f10
Added documentation.
kmvanbrunt 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 hidden or 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 hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,3 @@ | ||
| # cmd2.completion | ||
|
|
||
| ::: cmd2.completion |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.