Implement doublestar wildcards
This commit is contained in:
6
main.go
6
main.go
@@ -62,9 +62,9 @@ func main() {
|
||||
LogInfo("Reading from command line arguments")
|
||||
go ReadFromArgs(instructions, status)
|
||||
|
||||
case IsPipeInput():
|
||||
LogInfo("Reading from stdin pipe")
|
||||
go ReadFromStdin(instructions, status)
|
||||
// case IsPipeInput():
|
||||
// LogInfo("Reading from stdin pipe")
|
||||
// go ReadFromStdin(instructions, status)
|
||||
|
||||
default:
|
||||
if _, err := os.Stat("sync"); err == nil {
|
||||
|
Reference in New Issue
Block a user