Module commands

Source
Expand description

Pace Subcommands

This is where you specify the subcommands of your application.

The default application comes with two subcommands:

  • start: launches the application
  • --version: print application version

See the impl Configurable below for how to specify the path to the application’s configuration file.

Modules§

adjust
adjust subcommand
begin
begin subcommand
docs
docs subcommand
end
end subcommand
hold
hold subcommand
now
now subcommand
reflect
review subcommand
resume
resume subcommand
settings
settings subcommand
setup
setup subcommand

Structs§

EntryPoint
Entry point for the application.

Enums§

PaceCmd
Pace Subcommands Subcommands need to be listed in an enum.