class Completion:
Bash Completion test class.
Method | prepare |
Prepare the command. |
Instance Variable | program |
Base Completer program. |
Instance Variable | COMP_LINE |
Raw Complete Line. |
Instance Variable | COMP_POINT |
Word complete Length. |
Instance Variable | COMP_WORDS |
WORD Split. |
Instance Variable | COMP_CWORD |
Split Word Count. |
Method | run |
Run the test. |