module Tabular::Fragments

Overview

A collection of convenience functions to handle expected completion scenarios.

Defined in:

tabular/fragments.cr

Class Method Summary

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

[View source]