mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
Switch default from s3 to stdout
This commit is contained in:
parent
bfd405a8ff
commit
7f25abeb2e
1 changed files with 1 additions and 1 deletions
|
|
@ -1382,7 +1382,7 @@ func (cmd *BspawnCommand) ParseFlags(args []string) error {
|
|||
agentHosts := fs.String("agent-hosts", "", "")
|
||||
sshUser := fs.String("ssh-user", "", "")
|
||||
fs.BoolVar(&cmd.Human, "human", false, "")
|
||||
fs.StringVar(&cmd.Output, "output", "s3", "")
|
||||
fs.StringVar(&cmd.Output, "output", "stdout", "")
|
||||
fs.BoolVar(&cmd.CopyBinary, "copy-binary", false, "")
|
||||
|
||||
err := fs.Parse(args)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue