starting the process of moving manifest mgmt to a dedicated subcommand
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
* @brief Enumeration of supported commands for the build module
|
||||
*/
|
||||
enum Command {
|
||||
CMD_UNKNOWN, /**< Unknown or unsupported command */
|
||||
CMD_HELP, /**< Display help information */
|
||||
CMD_STAGE /**< Stage a new DPM package */
|
||||
CMD_UNKNOWN, /**< Unknown or unsupported command */
|
||||
CMD_HELP, /**< Display help information */
|
||||
CMD_STAGE, /**< Stage a new DPM package */
|
||||
CMD_MANIFEST, /**< Regenerate a stage manifest */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user