mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 21:25:18 +01:00
reintroduce create command
This commit is contained in:
parent
5238acc750
commit
1c52b4145c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue