mu: merge flags into fields command
One is enough
This commit is contained in:
11
mu/mu-cmd.hh
11
mu/mu-cmd.hh
@ -45,7 +45,6 @@ Result<void> mu_cmd_find(const Mu::Store& store, const MuConfig* opts);
|
||||
*/
|
||||
Result<void> mu_cmd_extract(const MuConfig* opts);
|
||||
|
||||
|
||||
/**
|
||||
* execute the 'fields' command
|
||||
*
|
||||
@ -55,16 +54,6 @@ Result<void> mu_cmd_extract(const MuConfig* opts);
|
||||
*/
|
||||
Result<void> mu_cmd_fields(const MuConfig* opts);
|
||||
|
||||
/**
|
||||
* execute the 'flags' command
|
||||
*
|
||||
* @param opts configuration options
|
||||
*
|
||||
* @return Ok() or some error
|
||||
*/
|
||||
Result<void> mu_cmd_flags(const MuConfig* opts);
|
||||
|
||||
|
||||
/**
|
||||
* execute the 'script' command
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user