60 Commits

Author SHA1 Message Date
Daan Sprenkels
bd200db954 Write secret without metatext 2017-10-19 11:24:56 +02:00
Daan Sprenkels
ddf42f8cf9 Set default logging level to info 2017-10-19 11:13:06 +02:00
Ken Swenson
98fd55694a Use env logger (#4)
Implement proper logging functionality

Replace `panic!` and `eprintln!` to use the logging macros from `log!` and
initialize `env_logger`.

Closes #3.
2017-10-19 10:50:26 +02:00
Daan Sprenkels
5e3737d6dc Fix code style 2017-10-16 15:07:03 +02:00
Daan Sprenkels
71655a5168 Revert "Use getopts instead of clap"
This reverts commit f39f86c541.

It turns out that, in a release binary, the difference between the
two is only 4.7M vs 4.0M. Although the compile time of getopts is
a lot shorter than clap's, clap still gives us more flexibility
and less work, so I decide to keep working with clap anyway.

References #1.
2017-10-16 15:01:46 +02:00
Daan Sprenkels
f39f86c541 Use getopts instead of clap
Fixes #1
2017-10-16 14:47:26 +02:00
Daan Sprenkels
dcfb53fc56 combine: Add TODO on outputting binary to ttys 2017-10-14 12:20:58 +02:00
Daan Sprenkels
f113b0f62e readme: Install => Usage 2017-10-13 23:52:51 +02:00
Daan Sprenkels
ba98a1608a Add README file 2017-10-13 23:48:22 +02:00
Daan Sprenkels
e8d8f0fd21 Initial commit 2017-10-13 23:09:08 +02:00