Class: Arfi::CLI
- Inherits:
-
Thor
- Object
- Thor
- Arfi::CLI
- Defined in:
- lib/arfi/cli.rb
Overview
Top-level CLI entrypoint for the ‘arfi` executable.
It wires new command groups and keeps backward-compatible aliases:
-
‘arfi init` (preferred)
-
‘arfi functions` (preferred)
-
‘arfi project` (alias for init)
-
‘arfi f_idx` (alias for functions)
Instance Method Summary collapse
-
#version ⇒ Integer
Print the gem version to stdout.