Add epilog
This commit is contained in:
parent
71d681ae5d
commit
c6221adb66
@ -68,7 +68,7 @@ parser = ProgArgs
|
|||||||
interface :: IO (CmdLnInterface ProgArgs)
|
interface :: IO (CmdLnInterface ProgArgs)
|
||||||
interface =
|
interface =
|
||||||
(`setAppDescr` "Quickly access the OSX keychain") <$>
|
(`setAppDescr` "Quickly access the OSX keychain") <$>
|
||||||
(`setAppEpilog` "TODO") <$>
|
(`setAppEpilog` "the skeleton key") <$>
|
||||||
mkApp parser
|
mkApp parser
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
|
Loading…
Reference in New Issue
Block a user