there is also a flag: `--http-enabled`
# spicedb
j
there is also a flag:
--http-enabled
e
where do you see that?
spicedb serve --help
does not have it
j
Copy code
--http-enabled                                             enable http http server
j
spicedb help serve
you're looking at the overall help
e
ohh, I had to omit the '--', now I see them
lol "http http server" 🙂 and no default specified in the help
it is going to be multiple PRs
j
no default specified because its off by default
e
yep found it all
its is a good practise to show the default in the help string as you do form some flags, easy to fix
Do you know why the default is not shown for all flags?
Copy code
--http-enabled                  enable http http server
--ns-cache-enabled              enable caching (default true)
(I am talking about the
(default true)