mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
ExternalCommandConfiguration.cs edited online with Bitbucket [skip ci]
This commit is contained in:
parent
ced3bac401
commit
f2da7e23df
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ namespace ExternalCommand {
|
|||
public class ExternalCommandConfiguration : IniSection {
|
||||
[IniProperty("Commands", Description="The commands that are available.")]
|
||||
public List<string> commands;
|
||||
|
||||
[IniProperty("DoNotRedirect", Description="Skip redirect of standard output", DefaultValue="false")]
|
||||
public bool DoNotRedirect;
|
||||
|
||||
[IniProperty("Commandline", Description="The commandline for the output command.")]
|
||||
public Dictionary<string, string> commandlines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue