aboutsummaryrefslogtreecommitdiff
path: root/create_sign_request.go
AgeCommit message (Collapse)AuthorFilesLines
2022-08-15update import pathsGibheer1-1/+1
2016-10-01rework program flowGibheer1-0/+89
This commit is a complete rebuild of pkictl. Before everything was all over the place and adding new commands was kind of a hassle. Now each command has its own file and can be adjusted on a command basis. Options are still used by the same name, but can now use different descriptions.
2015-02-15redesign cliGibheer1-118/+0
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.
2015-02-04add description in each file what it doesGibheer1-0/+2
2015-02-04rename files to reflect main functionGibheer1-0/+116