imag/lib
Leon Schuermann 7a37c47263 Add ImagApplication trait for CLI completion + single-binary support
To re-add the imag-binary CLI completion, as well as to enable
building a single imag containing all of the subcommands, this commit
introduces an ImagApplication trait to be implemented by all imag
binary crates. The binary crates will be converted to libraries, with
an additional binary target. This enables standalone and single binary
builds.

On its own, this commit doesn't do much, but rather it paves the way
to dynamically interacting with the imag uis/clis using a
library-crate interface.

Signed-off-by: Leon Schuermann <leon@is.currently.online>
2019-10-26 14:41:31 +02:00
..
core Add ImagApplication trait for CLI completion + single-binary support 2019-10-26 14:41:31 +02:00
domain Add function to get all events 2019-10-09 19:44:08 +02:00
entry Add Linkable::is_linked_to() 2019-10-09 19:44:01 +02:00
etc Update dependency: ansi_term: 0.11.0 -> 0.12 2019-10-07 18:18:28 +02:00