mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Renamed --export to --export-image
Added new --export command line argument for exporting using a scripted/html export template.
This commit is contained in:
@@ -59,7 +59,7 @@ bool need_redirection;
|
||||
|
||||
// ----------------------------------------------------------------------------- : Main function
|
||||
|
||||
const char* redirect_flags[] = {"-?","--help","-v","--version","--cli","-c","--export","--create-installer"};
|
||||
const char* redirect_flags[] = {"-?","--help","-v","--version","--cli","-c","--export","--export-images","--create-installer"};
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
// determine whether we need to wrap console i/o
|
||||
|
||||
Reference in New Issue
Block a user