diff options
| author | Teddy Wing | 2018-10-26 03:46:58 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-26 03:46:58 +0200 | 
| commit | d5e89508c97eda58e76766c4dbaa605905727268 (patch) | |
| tree | 4bed7683344159eee728a20a7e1534fe4acded17 /dome_key_map.h | |
| parent | 88d3f71dc79ebd5fc6b21999240935930da84273 (diff) | |
| download | dome-key-map-d5e89508c97eda58e76766c4dbaa605905727268.tar.bz2 | |
config: Add `--version` flag
Should print the version of the program. Doesn't actually do any
printing in Rust, because the Rust library's version number is different
from the DomeKey program version. We just indicate to the Objective-C
code that it should print the version number.
Diffstat (limited to 'dome_key_map.h')
| -rw-r--r-- | dome_key_map.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/dome_key_map.h b/dome_key_map.h index af7a102..0d7fdc2 100644 --- a/dome_key_map.h +++ b/dome_key_map.h @@ -24,6 +24,7 @@ typedef struct State State;  typedef struct {    bool reload;    bool daemon; +  bool version;    char *license;  } Args; | 
