Module: Thor::Completion::Bash
- Defined in:
- lib/thor/completion/bash.rb
Overview
Experimental support for Bash completions.
Defined Under Namespace
Constant Summary collapse
- Request =
I8::Struct.new \ cur: t.str, prev: t.str, cword: t.non_neg_int, split: t.bool, words: t.array( t.str )