imag/bin/domain/imag-diary/src
Matthias Beyer b896bc2657 Fix: Do not create entries with Store::retrieve()
This patch fixes a bug where entries where created with
`Store::retrieve()` rather than with the API from libimagdiary.
This caused headers to be missing.

Now, the CLI is parsed for the values passed and a NaiveDateTime object
is crafted from that, which is then passed to libimagdiary.
2018-07-20 01:37:36 +02:00
..
create.rs Fix: Do not create entries with Store::retrieve() 2018-07-20 01:37:36 +02:00
delete.rs Refactor imag-diary to use new error handling interface 2018-02-12 21:19:48 +01:00
list.rs Refactor imag-diary to new store iterator interface 2018-05-01 17:44:09 +02:00
main.rs Remove the edit command 2018-04-30 14:04:16 +02:00
ui.rs Remove the edit command 2018-04-30 14:04:16 +02:00
util.rs Add "daily" support 2018-03-02 23:10:53 +01:00
view.rs Refactor imag-diary to new store iterator interface 2018-05-01 17:44:09 +02:00