fileserver: Reinstate --debug flag

I think it got lost during a rebase or something
This commit is contained in:
Matthew Holt 2022-09-20 16:56:02 -06:00
parent 821a08a6e3
commit beb7dcbf2a
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ respond with a file listing.`,
fs.Bool("browse", false, "Enable directory browsing")
fs.Bool("templates", false, "Enable template rendering")
fs.Bool("access-log", false, "Enable the access log")
fs.Bool("debug", false, "Enable verbose debug logs")
return fs
}(),
})