Remove type details

The last two options do not require arguments, so remove the type specification,
This commit is contained in:
Ian Mayo
2024-02-09 14:57:17 +00:00
committed by GitHub
parent dc5ba62516
commit a0fa532dde

View File

@@ -32,8 +32,8 @@ Options:
-p, --port Port to listen on [number]
-r, --rate-limit-enabled Enable rate limiting [boolean]
-c, --cors CORS whitelist origins [string]
-S, --studio Start Soul Studio in parallel [boolean]
--help Show help [boolean]
-S, --studio Start Soul Studio in parallel
--help Show help
```