aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-171-89/+0
* refactor(global): whirl_config modulizedFuwn2021-05-171-1/+2
* fix(cli/clean): formattingFuwn2021-05-161-1/+1
* feat(cli): `clean` subcommandFuwn2021-05-161-1/+13
* feat(config): better logging configurationFuwn2021-05-151-12/+8
* fix(docker): the dockeringFuwn2021-05-061-3/+3
* feat(global): add a shell-like prompt for interfacing with the server during ...Fuwn2021-05-051-1/+1
* style(global): fix clippy complaintsFuwn2021-05-041-2/+2
* feat(db): use diesel instead of sqlx, implement database testsFuwn2021-05-031-1/+1
* refactor(global): remove all the fluff from main fileFuwn2021-05-031-28/+76
* etc: Replace copyleft holder nameFuwn2021-04-281-1/+1
* etc: Add copyleft symbol to copyleft headerFuwn2021-04-271-1/+1
* etc: Prepend license identifier to *most* filesFuwn2021-04-261-0/+3
* major: :star:Fuwn2021-04-231-35/+26
* format: Fix a few Clippy warningsFuwn2021-03-291-2/+1
* format: Refactor CLI, use pure `clap` instead of StructOptFuwn2021-03-291-22/+36
* feature: Use TOML as config instead of environment variablesFuwn2021-03-291-0/+25