summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
Commit message (Collapse)AuthorAgeFilesLines
* unify cli and cmdJesse Luehrs2018-11-101-28/+0
|
* more refactoringJesse Luehrs2018-11-101-11/+7
|
* refactor some stuff out of the cli moduleJesse Luehrs2018-11-101-45/+10
|
* move the run function into cliJesse Luehrs2018-11-101-2/+12
|
* add sql subcommand for raw queriesJesse Luehrs2018-11-101-1/+25
| | | | this was more painful than i think it should have been
* better options handlingJesse Luehrs2018-11-081-13/+11
|
* stop passing the api key on the command lineJesse Luehrs2018-11-081-13/+0
|
* remove some unnecessary use statementsJesse Luehrs2018-11-071-3/+0
|
* factor out into subcommandsJesse Luehrs2018-11-071-16/+39
|
* better command line parsingJesse Luehrs2018-11-071-0/+28