pipe completion
Usage
pipe completion *PARAMS
Description
Prints words for auto-completion.
Example:
pipe completion
Prints words for TAB auto-completion.
Examples:
pipe completion
pipe completion hello
pipe completion hello name
To enable, TAB auto-completion add the following to your profile:
eval $(pipe completion_script)
Auto-completion example usage:
pipe [TAB]
pipe hello [TAB]
pipe hello name [TAB]
pipe hello name --[TAB]
Options
[--verbose], [--no-verbose]
[--noop], [--no-noop]
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub, and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.