postmodern/command_kit.rb

Add `CommandKit::Completion::Install`

Closed this issue · 1 comments

Add a CommandKit::Completion::Install module for installing a completion file into the completions directory of the current shell. Use CommandKit::Completions::Shell to determine the current shell type. Also use CommandKit::Env::Prefix to honor the PREFIX environment variable.

Implemented in cb2bbdd.