mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 13:27:56 +02:00
Add --NoRestart command line flag and pass pids to the updater (--KillPids)
This commit is contained in:
@@ -13,9 +13,15 @@ namespace Jackett.Updater
|
||||
public string Path { get; set; }
|
||||
|
||||
[Option('t', "Type", HelpText = "Install type")]
|
||||
public string Type { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
|
||||
[Option('a', "Args", HelpText = "Launch arguments")]
|
||||
public string Args { get; set; }
|
||||
|
||||
[Option(HelpText = "Don't restart after update")]
|
||||
public bool NoRestart { get; set; }
|
||||
|
||||
[Option(HelpText = "PIDs which will be killed before (Windows) or after (Unix) the update")]
|
||||
public string KillPids { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user