Struct diary::ops::new::NewOptions [−][src]
pub struct NewOptions {
pub open: bool,
}Expand description
The options available to the new command.
Fields
open: boolWhether or not to open the new entry for an initial entry.
