diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-10-02 00:48:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 00:48:16 +0000 |
commit | 39d7677f90d49af1b836f060787d8b357f36942d (patch) | |
tree | f8c76796852c7307c7e73ed26961a18d5e2cfb7c /README.md | |
parent | Merge pull request #384 from svenstaro/dependabot/cargo/chrono-0.4.19 (diff) | |
parent | more feedback (diff) | |
download | miniserve-39d7677f90d49af1b836f060787d8b357f36942d.tar.gz miniserve-39d7677f90d49af1b836f060787d8b357f36942d.zip |
Merge pull request #380 from ahti/master
client-side color-scheme handling
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -106,8 +106,11 @@ Sometimes this is just a more practical and quick way than doing things properly username:sha512:hash (e.g. joe:123, joe:sha256:a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3) -c, --color-scheme <color-scheme> - Default color scheme [default: Squirrel] [possible values: Archlinux, Zenburn, - Monokai, Squirrel] + Default color scheme [default: squirrel] [possible values: squirrel, archlinux, zenburn, monokai] + + -d, --color-scheme-dark <color-scheme-dark> + Default color scheme [default: archlinux] [possible values: squirrel, archlinux, zenburn, monokai] + --index <index_file> The name of a directory index file to serve, like "index.html" |