Commit Graph

5 Commits

Author SHA1 Message Date
Emi Simpson 6d087bd155
[web+lib] Apply some recommendations by @zethra
- #1 (comment)
  Import Serialize and Deserialize directly instead of qualifing.

- #1 (comment)
  Don't use Strings for paths. Use PathBuf instead.

- #1 (comment)
  Maybe return an error here since there server didn't actually start.
2021-10-30 13:54:02 -04:00
Emi Simpson 2aeffefee5
[web] Add support for specifying pronouns via the command line 2021-10-30 12:08:12 -04:00
Emi Simpson 6e1afdb4b6
[web] Properly parse prefstring in CLI args 2021-10-30 10:45:17 -04:00
Emi Simpson 7f3b9ef2ec
[web] Add support for reading from a configuration file 2021-10-29 12:48:20 -04:00
Emi Simpson 498cbc4fce
[web] Add the ability to parse arguments
(don't actually do anything with them yet)
2021-10-27 20:00:45 -04:00