summaryrefslogtreecommitdiff
path: root/Command/ContentLocation.hs
Commit message (Collapse)AuthorAge
* Fix reversion in lookupkey, contentlocation, and examinekey which caused ↵Gravatar Joey Hess2016-01-29
| | | | them to sometimes output side messages.
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
|
* remove no longer needed noMessagesGravatar Joey Hess2016-01-20
| | | | | All three of these are using batch mode to drive their processing, so there is no automatic output, and noMessages is no longer needed.
* converted ContentLocation, ExampleKey, LookupKeyGravatar Joey Hess2015-07-11
|
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
| | | | Still no options though.
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
| | | | | | | | | | | | This is a work in progress. It compiles and is able to do basic command dispatch, including git autocorrection, while using optparse-applicative for the core commandline parsing. * Many commands are temporarily disabled before conversion. * Options are not wired in yet. * cmdnorepo actions don't work yet. Also, removed the [Command] list, which was only used in one place.
* contentlocation, examinekey, lookupkey: Added --batch mode option.Gravatar Joey Hess2015-05-06
|
* unused importGravatar Joey Hess2015-04-10
|
* contentlocationn: New plumbing command.Gravatar Joey Hess2015-04-09