aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl/src/cli.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor(crates): update idiomsFuwn2024-06-031-6/+6
* format: rustfmt with new rulesFuwn2024-06-031-33/+38
* feat(cli): generate sub-commandFuwn2021-06-211-3/+25
* style(global): fix license specFuwn2021-06-141-1/+1
* refactor(cli): clippy lintsFuwn2021-06-131-24/+21
* feat(cli): fine-grain control over which sub-servers are startedFuwn2021-06-131-23/+70
* fix(whirl): move logs directory to `.whirl`Fuwn2021-06-091-2/+3
* feat(cli): create `.whirl` directory and logFuwn2021-06-091-0/+6
* feat(global): move whirl-generated files to their own directoriesFuwn2021-06-091-1/+1
* feat(whirl): conditional sub-server spawning via cliFuwn2021-06-081-4/+53
* feat(whirl_server): conditional sub-server spawningFuwn2021-06-081-1/+1
* fix(global): a lot of clippy warningsFuwn2021-05-281-7/+9
* style(cli): remove unneeded else branchFuwn2021-05-261-2/+2
* refactor(global): move thread creation to respective cratesFuwn2021-05-261-29/+1
* style(whirl): remove more singleton use statementsFuwn2021-05-261-4/+2
* refactor(whirl): move cli subcommand executor to cli structFuwn2021-05-261-3/+46
* refactor(whirl): move environment setup, execute doesn't take matchesFuwn2021-05-261-8/+2
* refactor(cli): restructure subcommand matching, removes shell completions sub...Fuwn2021-05-261-41/+21
* style(cli): remove dot slash from directoryFuwn2021-05-231-1/+1
* refactor(global): move crates around, stricter module isolationFuwn2021-05-201-0/+93