Commit Graph

21 Commits

Author SHA1 Message Date
Matthias Beyer 4614b9d430 Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
Kai Sickeler 49c5cd7c54 Upgrade clap dependency to 2.* 2016-08-06 17:36:53 +02:00
Kai Sickeler 34ea40381f removed warnings 2016-07-30 19:21:07 +02:00
Matthias Beyer fb95c09134 Fix panic on unwrap()
Surprisingly, the ArgGroup feature of clap (which was applied in a wrong
way here anyways) caused the "name" Arg to be inaccessible. I don't know
why, but that's it.

Removing the group fixes the issue.
2016-07-26 15:57:43 +02:00
Matthias Beyer 703788d9d2 Replace trace_error() with trace_error_exit() where appropriate 2016-07-16 21:57:29 +02:00
Matthias Beyer 9337a14cdd Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
Matthias Beyer 91f1e46282 Add value_name() call in ui specification code 2016-06-08 14:11:13 +02:00
Matthias Beyer bbad841a60 Rewrite edit_entry() to use Store::get() 2016-05-28 21:27:55 +02:00
Matthias Beyer 04d66d269e imag-notes: Remove setup code and use helper 2016-05-18 22:57:04 +02:00
Matthias Beyer 9e1e0ba6df imag-notes: Change dependency from libimagutil -> libimagerror 2016-05-17 20:28:02 +02:00
Andre Bogus dfd6a9b0d3 style adaptations
these were introduced following suggestions from
https://crates.io/crate/clippy
2016-05-13 22:26:48 +02:00
Matthias Beyer a2ca6b4feb Update log: 0.3.* -> 0.3 2016-05-10 17:54:47 +02:00
Matthias Beyer 85800e7758 imag-notes: Replace .err().unwrap() with .unwrap_err() 2016-04-20 21:45:26 +02:00
Matthias Beyer 3e29ec0187 Merge pull request #359 from matthiasbeyer/remove-init-logging
Remove init logging
2016-04-17 16:27:37 +02:00
Matthias Beyer 28ffd63991 Remove init-logging from imag-notes 2016-04-17 15:30:33 +02:00
Matthias Beyer 6edae00d1a Fix names: libimagtag -> libimagentrytag 2016-04-16 22:33:37 +02:00
Matthias Beyer 15dc163504 Add option to edit after creating 2016-03-26 16:43:33 +01:00
Matthias Beyer 272243a125 Implement edit() 2016-03-26 16:43:33 +01:00
Matthias Beyer 506cebf594 Remove warnings 2016-03-26 16:43:33 +01:00
Matthias Beyer c7c092be93 Move cli-name-extracting into helper function 2016-03-26 16:43:33 +01:00
Matthias Beyer 8ee4a7ff50 Initial import for imag-notes 2016-03-26 16:43:33 +01:00