aboutsummaryrefslogtreecommitdiff
path: root/type.go
AgeCommit message (Collapse)AuthorFilesLines
2016-10-01rework program flowGibheer1-0/+61
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.