Class: BlogTools::CLI
- Inherits:
-
Thor
- Object
- Thor
- BlogTools::CLI
- Defined in:
- lib/blog-tools/cli.rb
Overview
CLI is the entry point for the blog-tools command-line interface.
It defines high-level commands like generate
, lists
, and config
,
and delegates their functionality to the appropriate subcommands.
This class inherits from Thor, a Ruby gem for building command-line interfaces.
Instance Method Summary collapse
-
#initialize(*args) ⇒ void
constructor
Creates a new CLI instance and initializes the storage backend.