mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
new-argparse: implement most of the root commands, fix issues
This commit is contained in:
9
src/cmdline/ScreenshotCommands.cpp
Normal file
9
src/cmdline/ScreenshotCommands.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "CommandLine.hpp"
|
||||
|
||||
const CommandLineCommand CommandLine::ScreenshotCommands[]
|
||||
{
|
||||
// Main commands
|
||||
DefineCommand("", "<file> <output_image> <width> <height> [<x> <y> <zoom> <rotation>]", nullptr, nullptr),
|
||||
DefineCommand("", "<file> <output_image> giant <zoom> <rotation>", nullptr, nullptr),
|
||||
CommandTableEnd
|
||||
};
|
||||
Reference in New Issue
Block a user