Skip to content

Batch with arguments #53

@sevenleo

Description

@sevenleo

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!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions