Skip to content

Commit

Permalink
Merge pull request #602 from a-kenji/run-command-rename
Browse files Browse the repository at this point in the history
Change name of `Run` binding for actions
  • Loading branch information
a-kenji committed Jul 7, 2021
2 parents eb7f077 + af86edc commit c1f5753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zellij-utils/src/input/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit c1f5753

Please sign in to comment.