summaryrefslogtreecommitdiff
path: root/src/opt.rs
AgeCommit message (Expand)AuthorFilesLines
2022-04-25chore: port from structopt to clap v3Lars Wirzenius1-7/+7
2021-07-20feat: add command to remove a draftLars Wirzenius1-0/+3
2021-07-15feat: add command to list current draftsLars Wirzenius1-0/+3
2021-04-21refactor: move subcommand implementations into src/cmd.rsLars Wirzenius1-34/+8
2021-04-12feat: add "new-topic" command and "new --topic" optionLars Wirzenius1-0/+12
2021-04-03feat: allow setting name of directory where new entries goLars Wirzenius1-0/+4
2021-04-02feat! support multiple draftsLars Wirzenius1-2/+11
2021-03-26feat! rewrite codeLars Wirzenius1-0/+70