aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-171-89/+0
| | | | I did multiple checks and **yes**, everything still works perfectly fine.
* refactor(global): whirl_config modulizedFuwn2021-05-171-1/+2
| | | | The config module has now become it's own crate.
* fix(cli/clean): formattingFuwn2021-05-161-1/+1
|
* feat(cli): `clean` subcommandFuwn2021-05-161-1/+13
| | | | The `clean` subcommand deletes files and directories which are not necessary for Whirl to function.
* feat(config): better logging configurationFuwn2021-05-151-12/+8
| | | | | | | Logging is very much imporved in just about every aspect. BREAKING CHANGE: `whirlsplash.log` configuration group created, `whirlsplash.log_level` configuration key removed.
* fix(docker): the dockeringFuwn2021-05-061-3/+3
| | | | Fix Docker functionalities.
* feat(global): add a shell-like prompt for interfacing with the server during ↵Fuwn2021-05-051-1/+1
| | | | operation
* 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