Skip to content

module Tabular::Fragments #

A collection of convenience functions to handle expected completion scenarios.

Class methods#

.install(args = ARGV)#

A convenience completer for a CLI's completion installer command.

if Tabular.prompt?
  if Tabular.install?
    Tabular::Fragments.install
  end
end
View source