aboutsummaryrefslogtreecommitdiff
path: root/flags.go
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15make rsa check boundaryGibheer1-1/+7
2015-02-15redesign cliGibheer1-0/+168
This is a major rebuilding of the CLI. The library part is split out into pkilib and the cli handles only the communication with the user, I/O and the library. The API will still look the same, but the code should be much better to grasp. Instead of repeating everything, more will be grouped together and reused.