Module: BlogTools::Commands

Defined in:
lib/blog-tools/commands.rb,
lib/blog-tools/commands/lists.rb,
lib/blog-tools/commands/config.rb,
lib/blog-tools/commands/generate.rb

Overview

The Commands module groups all the CLI subcommands for blog-tools together.

Each subcommand implements a feature of the CLI, such as generating posts, managing lists of future posts, and editing configurations for the tool.

These subcommands are registered by the main BlogTools:CLI class.

See Also:

Defined Under Namespace

Classes: Config, Generate, Lists