aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.rs
Commit message (Expand)AuthorAgeFilesLines
* add commentJesse Luehrs2019-10-221-0/+15
* remove some duplicationJesse Luehrs2019-10-221-1/+4
* improve usage informationJesse Luehrs2019-10-211-3/+11
* allow overriding the config fileJesse Luehrs2019-10-201-2/+9
* make running with no config file work againJesse Luehrs2019-10-201-2/+2
* exit with an error if we fail to parse the config fileJesse Luehrs2019-10-201-2/+4
* a bit more refactoringJesse Luehrs2019-10-201-16/+1
* i don't actually care about configuration via env varsJesse Luehrs2019-10-201-7/+0
* debug-log the final configurationJesse Luehrs2019-10-181-0/+1
* load config data from a file tooJesse Luehrs2019-10-181-4/+27
* refactor config handlingJesse Luehrs2019-10-171-8/+25
* hide all logs except error logs for interactive subcommandsJesse Luehrs2019-10-171-2/+15
* consolidate errorsJesse Luehrs2019-10-141-32/+5
* move common traits into a preludeJesse Luehrs2019-10-141-2/+2
* add command to play ttyrecsJesse Luehrs2019-10-141-0/+9
* add command to record terminal sessionsJesse Luehrs2019-10-131-0/+9
* cast -> streamJesse Luehrs2019-10-081-6/+6
* cast by defaultJesse Luehrs2019-10-011-3/+2
* more clippyJesse Luehrs2019-09-291-2/+2
* cleanups and updatesJesse Luehrs2019-09-011-2/+2
* get a basic command structure in placeJesse Luehrs2019-07-141-0/+74