# # # patch "cmd.hh" # from [073acef739548c6ac77a2b5a87d3e6b344d9825c] # to [613d087be522ebe28d2aebb1eee1538247e188f8] # ============================================================ --- cmd.hh 073acef739548c6ac77a2b5a87d3e6b344d9825c +++ cmd.hh 613d087be522ebe28d2aebb1eee1538247e188f8 @@ -242,6 +242,10 @@ void commands::cmd_ ## C::exec(app_state command_id const & execid, \ args_vector const & args) \ +// TODO: 'abstract' and 'desc' should be refactored so that the +// command definition allows the description of input/output format, +// error conditions, version when added, etc. 'desc' can later be +// automatically built from these. #define CMD_AUTOMATE(C, params, abstract, desc, opts) \ namespace commands { \ struct automate_ ## C : public automate \