Uh oh!
There was an error while loading. Please reload this page.
Fix bash completion on chained command arguments - #771
Conversation
stopthatcow
commented
Apr 29, 2017
@Gig77 Feel free to see if this solves your issue. |
Gig77
commented
Apr 29, 2017
It does, thanks a lot! |
stopthatcow
commented
May 2, 2017
@untitaker I'd love to get your thoughts on this. |
A lot of unrelated things are in this PR, I'm unsure if we want |
@untitaker good call. I broke this into #772, #773, #774, and #775. I think |
untitaker
commented
May 4, 2017
not a huge fan of this, but we'll see when we get to test it. I was thinking more about monkeypatching |
Enables bash completion on chained command arguments, allows completions with spaces in them, makes bash completion about 10ms faster by exiting python using os._exit() rather than sys.exit(), and updates documentation that was incorrect from PR #755
Fixes#754
Fixes#769