mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
Change name of Run
binding for actions
* Change ``` Run: {command: <path>, args: [ARGS], direction:<direction> } ``` into ``` Run: {cmd: <path>, args: [ARGS], direction:<direction> } ```
This commit is contained in:
parent
eb7f0773c5
commit
af86edcf99
@ -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…
Reference in New Issue
Block a user