mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
dont' include stdin/out/err in create output
This commit is contained in:
parent
96e97f2353
commit
825ce4ca89
1 changed files with 3 additions and 3 deletions
|
|
@ -1012,9 +1012,9 @@ type CreateCommand struct {
|
|||
FinalHosts []string `json:"final-hosts"`
|
||||
|
||||
// Standard input/output
|
||||
Stdin io.Reader
|
||||
Stdout io.Writer
|
||||
Stderr io.Writer
|
||||
Stdin io.Reader `json:"-"`
|
||||
Stdout io.Writer `json:"-"`
|
||||
Stderr io.Writer `json:"-"`
|
||||
}
|
||||
|
||||
// NewCreateCommand returns a new instance of CreateCommand.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue