Address comments
This commit is contained in:
parent
db2b10d2a4
commit
86124fc609
8 changed files with 30 additions and 40 deletions
|
|
@ -14,6 +14,7 @@ namespace LibationCli
|
|||
""")]
|
||||
public class SetDownloadStatusOptions : OptionsBase
|
||||
{
|
||||
//https://github.com/commandlineparser/commandline/wiki/Option-Groups
|
||||
[Option(shortName: 'd', longName: "downloaded", Group = "Download Status", HelpText = "set download status to 'Downloaded'")]
|
||||
public bool SetDownloaded { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue