Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
| | | | | Still no options though. | ||
* | started converting to use optparse-applicative | Joey Hess | 2015-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. | ||
* | a few command usage fixes | Joey Hess | 2015-03-25 |
| | |||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
| | |||
* | vadd: Allow listing multiple desired values for a field. | Joey Hess | 2014-03-02 |
| | |||
* | fixed vpop | Joey Hess | 2014-02-18 |
| | |||
* | fix view changing when in subdir | Joey Hess | 2014-02-18 |
| | | | | | Failed reading some files with relative paths. This is a quick and dirty fix. | ||
* | add vcycle command | Joey Hess | 2014-02-18 |