mu: merge flags into fields command

One is enough
This commit is contained in:
Dirk-Jan C. Binnema
2022-05-06 22:01:27 +03:00
parent 0112180bcb
commit f9550f3cb6
6 changed files with 45 additions and 45 deletions

View File

@ -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
*