diff options
author | joe <joe@jerkface.net> | 2013-08-14 15:07:11 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2013-08-14 15:07:11 -0400 |
commit | 8a18b03db78398473effc37aeec8954409ce5fba (patch) | |
tree | 5f43b84ea931e16dfe36617d3a741f33ba8a2591 | |
parent | 6a7ecebf5424c6a6e621c8bf46b04d1cde1cc1d8 (diff) |
todo about vFlagAll for --secret-keyring
-rw-r--r-- | keys.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -401,6 +401,8 @@ unmaybe def = fmap (maybe def id) | |||
401 | 401 | ||
402 | opt_secret_keyring = expandPath <$> unmaybe "" opt_homedir <*> prim | 402 | opt_secret_keyring = expandPath <$> unmaybe "" opt_homedir <*> prim |
403 | where | 403 | where |
404 | -- TODO: alow multiple instances of --secret-keyring | ||
405 | -- See: System.Console.CmdTheLine.Arg.vFlagAll | ||
404 | prim = unmaybe "secring.gpg" . optDescrToTerm $ Option | 406 | prim = unmaybe "secring.gpg" . optDescrToTerm $ Option |
405 | "" ["secret-keyring"] | 407 | "" ["secret-keyring"] |
406 | (ReqArg id "file") | 408 | (ReqArg id "file") |