Parse file instead of command vec
This commit is contained in:
parent
e9cff194d3
commit
a0781d574d
3 changed files with 14 additions and 7 deletions
|
|
@ -237,3 +237,8 @@ pub enum Command {
|
|||
Note(Note),
|
||||
Birthday(Birthday),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct File {
|
||||
pub commands: Vec<Command>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue