Struct diary::ops::init::InitOptions [−][src]
Expand description
The options available to the init command.
Fields
path: PathBufThe path to initialise the diary folder.
prefix: Option<String>The prefix to use for the diary entries.
git_repo: boolWhether or not to init a git repo.
