Merge branch 'main' of github.com:danielmiessler/fabric
This commit is contained in:
commit
730366aa5f
@ -56,7 +56,6 @@ func Init() (ret *Flags, err error) {
|
||||
// takes input from stdin if it exists, otherwise takes input from args (the last argument)
|
||||
if hasStdin {
|
||||
if message, err = readStdin(); err != nil {
|
||||
err = errors.New("error: could not read from stdin")
|
||||
return
|
||||
}
|
||||
} else if len(args) > 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user