reintroduce create command

This commit is contained in:
Syping 2025-10-26 23:41:08 +01:00
parent 5238acc750
commit 1c52b4145c

View file

@ -6,7 +6,7 @@ internal static class Program {
private static void Main(String[] args) { private static void Main(String[] args) {
RootCommand rootCommand = new("ragephoto-cli Application") { RootCommand rootCommand = new("ragephoto-cli Application") {
GetCommand, SetCommand CreateCommand, GetCommand, SetCommand
}; };
rootCommand.Parse(args).Invoke(); rootCommand.Parse(args).Invoke();
} }