mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 13:15:17 +01:00
remove broken create command
This commit is contained in:
parent
ec2a90a449
commit
1ce9599275
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ internal static class Program {
|
|||
|
||||
private static void Main(String[] args) {
|
||||
RootCommand rootCommand = new("ragephoto-cli Application") {
|
||||
CreateCommand, GetCommand, SetCommand
|
||||
GetCommand, SetCommand
|
||||
};
|
||||
rootCommand.Parse(args).Invoke();
|
||||
}
|
||||
|
|
@ -21,6 +21,7 @@ internal static class Program {
|
|||
_ => throw new ArgumentException("Invalid format", nameof(format))
|
||||
};
|
||||
|
||||
/* NOTE: Photo corrupts here... */
|
||||
if (jpegFile == String.Empty) {
|
||||
photo.Jpeg = Properties.Resources.EmptyJpeg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue