Merge pull request #602 from a-kenji/run-command-rename
Change name of `Run` binding for actions
This commit is contained in:
commit
c1f57535e7
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ pub struct RunCommand {
|
|||
/// Intermediate representation
|
||||
#[derive(Clone, Debug, Deserialize, Default, Serialize, PartialEq, Eq)]
|
||||
pub struct RunCommandAction {
|
||||
#[serde(rename = "cmd")]
|
||||
pub command: PathBuf,
|
||||
#[serde(default)]
|
||||
pub args: Vec<String>,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue