module
Tabular::Fragments
Overview
A collection of convenience functions to handle expected completion scenarios.
Defined in:
tabular/fragments.crClass Method Summary
-
.install(args = ARGV)
A convenience completer for a CLI's completion installer command.
Class Method Detail
def self.install(args = ARGV)
#
A convenience completer for a CLI's completion installer command.
if Tabular.prompt?
if Tabular.install?
Tabular::Fragments.install
end
end