21 enum class ExportSubcommandTypes :
int {
28 enum class Subcommand :
int {
33 enum class TaskState :
int {
48 ProjectCommand& operator=(ProjectCommand
const&);
49 ProjectCommand(ProjectCommand
const&);
57 virtual ~ProjectCommand() =
default;
65 MCAPI
static void _exportSubcommand(
68 ::ProjectCommand::ExportSubcommandTypes commandExportType,
72 MCAPI static ::Core::PathBuffer<::std::string> _getLevelExportPath(
75 ::std::string
const& exportFileExtension
78 MCAPI
static void _outputFormattedCommand(
81 ::std::string
const& prefix,
82 ::std::string
const& commandType,
83 ::std::string
const& msg,
84 ::std::vector<::std::string>
const& args
87 MCAPI
static void _reportErrorToUser(
90 ::std::string
const& commandType,
91 ::std::string
const& msg,
92 ::std::vector<::std::string>
const& args
95 MCAPI
static void _reportToUser(
98 ::std::string
const& commandType,
99 ::std::string
const& msg,
100 ::std::vector<::std::string>
const& args