summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-tag/src/lib.rs
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-24Fix: Make "list" default command of imag-tagMatthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-11-13Add imag-tag-missing command for filtering entriesMatthias Beyer
2019-11-13Add imag-tag-present command for filtering entriesMatthias Beyer
2019-11-13Transform the main function to get the subcommand objectMatthias Beyer
2019-11-11Rewrite to accept ids from stdinMatthias Beyer
2019-10-26Remove calls to exit() and replace them with error propagation up to main()Matthias Beyer
2019-10-26Fix: Pass path to ui builder function when creating mock appMatthias Beyer
2019-10-26imag-tag: implement ImagApplicationLeon Schuermann