-
-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Description
I am trying to use script.Concat() to implement 'cat':
if _, err := script.Slice(flagSet.Args()).Concat().Stdout(); err != nil {
fmt.Printf("cat: %v\n", err)
status = 5
}
However I would like to tell Concat() to keep trying other files in case of failure.
Can we make the behavior configurable?
Metadata
Metadata
Assignees
Labels
No labels