I would like to request the ability to pass command-line arguments to applications configured in WebDeck. Currently, when defining an application path in the JSON configuration, there is no clear way to include arguments for the executable.
Example command-line:
C:\path\to\app.exe --mode enable
A proposed this solution:
{
"message": "C:\path\to\app.exe",
"arguments": "--mode enable",
"name": "Example"
}
Obs.:
Apologies if this feature already exists—please point me to the correct usage!
I would like to request the ability to pass command-line arguments to applications configured in WebDeck. Currently, when defining an application path in the JSON configuration, there is no clear way to include arguments for the executable.
Example command-line:
C:\path\to\app.exe --mode enable
A proposed this solution:
{
"message": "C:\path\to\app.exe",
"arguments": "--mode enable",
"name": "Example"
}
Obs.:
Apologies if this feature already exists—please point me to the correct usage!