mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
This changes the server sub-command to ignore unknown flag. Fixes FB-2019
This commit is contained in:
parent
6a3c47dbe1
commit
660428d5fb
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ func newServeCmd(stderr io.Writer) *cobra.Command {
|
|||
serveCmd := &cobra.Command{
|
||||
Use: "server",
|
||||
Short: "Run FeatureBase.",
|
||||
FParseErrWhitelist: cobra.FParseErrWhitelist{
|
||||
UnknownFlags: true,
|
||||
},
|
||||
Long: `featurebase server runs FeatureBase.
|
||||
|
||||
It will load existing data from the configured
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue