#7 Design and implement command specification
Opened by cqi. Modified

A command should have a specification of

  • Where to define command line options
  • Where to store its own configuration, the configuration file
  • How the command could be packaged and installed so that core is able to load it
  • Any command shipped with core can be replaced with a downstream tool's command
  • Options of command shipped with core can be modified by a downstream tool's command.

Refer to #6.


Metadata