invoke action

This commit is contained in:
NikVolf
2017-06-05 19:23:49 +03:00
parent dfd6152cda
commit c91cb3fff9
3 changed files with 16 additions and 2 deletions

View File

@ -36,6 +36,11 @@ pub enum Command {
line: u64,
filename: String,
text: String,
},
#[serde(rename = "action")]
Action {
line: u64,
action: Action,
}
}