diff options
author | Wolfy-J <[email protected]> | 2018-06-13 22:58:13 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-13 22:58:13 +0300 |
commit | 6634465106fa1ed94445b5a546b1af5b87e7944c (patch) | |
tree | e8944b6963ab51873af6c931a88297059cca43ea /cmd | |
parent | 474e81c4c7b4762c93740ce1c426afe54c807793 (diff) |
sample rr config
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go index 5b73d326..ee6b915b 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -50,8 +50,6 @@ func main() { // serving static files rr.Container.Register(static.ID, &static.Service{}) - // provides additional verbosity - // debug mode rr.CLI.PersistentFlags().BoolVarP(&debugMode, "debug", "d", false, "debug mode", ) cobra.OnInitialize(func() { |