summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* rust 2018HEADmasterJesse Luehrs2018-12-234-52/+7
|
* cargo clippyJesse Luehrs2018-12-223-6/+6
|
* cargo fmtJesse Luehrs2018-12-224-35/+51
|
* better error reporting when no args givenJesse Luehrs2018-11-101-4/+9
|
* better help textJesse Luehrs2018-11-101-1/+1
|
* disable --version on subcommandsJesse Luehrs2018-11-101-3/+8
|
* simplifyJesse Luehrs2018-11-101-5/+1
|
* add a command to recommend things to listen toJesse Luehrs2018-11-102-0/+92
|
* remove some unnecessary pubsJesse Luehrs2018-11-101-3/+3
|
* rename paths to util, and add more stuff to itJesse Luehrs2018-11-102-4/+4
|
* unify cli and cmdJesse Luehrs2018-11-103-4/+29
|
* more refactoringJesse Luehrs2018-11-102-47/+57
|
* refactor some stuff out of the cli moduleJesse Luehrs2018-11-102-5/+56
|
* add sql subcommand for raw queriesJesse Luehrs2018-11-102-0/+78
| | | | this was more painful than i think it should have been
* better options handlingJesse Luehrs2018-11-081-5/+2
|
* stop passing the api key on the command lineJesse Luehrs2018-11-081-3/+2
|
* remove some unnecessary use statementsJesse Luehrs2018-11-071-2/+0
|
* clean up one more use of expectJesse Luehrs2018-11-071-1/+1
|
* don't even try to do work if we know there's nothing to doJesse Luehrs2018-11-071-8/+10
|
* simplifyJesse Luehrs2018-11-071-3/+3
|
* combine exporter and cmd/syncJesse Luehrs2018-11-071-4/+3
|
* move subcommands to their own fileJesse Luehrs2018-11-072-0/+32