mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 21:25:18 +01:00
check for update sign in set command
This commit is contained in:
parent
9d9cfaa882
commit
cbfe5dc100
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ internal static class Program {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void Set(FileInfo photoFile, String? format, String? jpegFile, String? description, String? json, String? title, bool updateSign, String? outputFile) {
|
private static void Set(FileInfo photoFile, String? format, String? jpegFile, String? description, String? json, String? title, bool updateSign, String? outputFile) {
|
||||||
if (format == null && jpegFile == null &&
|
if (format == null && jpegFile == null && description == null
|
||||||
description == null && json == null && title == null) {
|
&& json == null && title == null && !updateSign) {
|
||||||
Console.Error.WriteLine("No value has being set");
|
Console.Error.WriteLine("No value has being set");
|
||||||
Environment.Exit(1);
|
Environment.Exit(1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue