imag/bin/domain/imag-diary/src
Matthias Beyer 58a6eea573 Remove the edit command
The edit command of imag-diary gets removed by this patch.

The rationale is that imag-edit is way more powerful and thus, not every
other imag module should implement an edit command. Chaining
`imag-diary list` and `imag edit -I` is encouraged.

We still need the edit functionality in imag-diary, as `imag diary
create` shall spawn an editor, still. We only remove the ability for
editing of existing entries with this patch.
2018-04-30 14:04:16 +02:00
..
create.rs Add "daily" support 2018-03-02 23:10:53 +01:00
delete.rs Refactor imag-diary to use new error handling interface 2018-02-12 21:19:48 +01:00
list.rs Fix: Use fill storeid when listing 2018-04-18 18:32:11 +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 Fix: Pass output stream to view_entries() 2018-04-24 16:46:23 +02:00