增加 query 命令

This commit is contained in:
ww-rm
2025-10-26 17:31:20 +08:00
parent f878530184
commit 5eba515eac
2 changed files with 123 additions and 0 deletions

View File

@@ -21,11 +21,13 @@ namespace SpineViewerCLI
{
InitializeFileLog();
var cmdQuery = new QueryCommand();
var cmdExport = new ExportCommand();
var cmdRoot = new RootCommand("Root Command")
{
OptQuiet,
cmdQuery,
cmdExport,
};