Module: Terret::CLI

Defined in:
lib/terret/cli.rb

Overview

The trt command line interface.

Not implemented yet. The CLI is M4 work in docs/terret-implementation-plan.md and it needs a real model adapter to drive, which is M2 work still outstanding. This gem exists so that the terret name belongs to the project that will fill it. Everything that currently works lives in terret-core and hames.

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.start(_argv = ARGV) ⇒ Object



13
14
15
16
17
18
19
# File 'lib/terret/cli.rb', line 13

def self.start(_argv = ARGV)
  abort <<~MSG
    terret: the trt CLI does not exist yet.

    What works today is the library. See https://terret.org
  MSG
end