mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 17:34:21 +00:00
fn/framework support for reading from stdin in standalone
- speficy '-' to read from stdin when running standalone
This commit is contained in:
@@ -46,7 +46,7 @@ type ResultsChecker struct {
|
||||
ExpectedErrorFilename string
|
||||
|
||||
// Command provides the function to run.
|
||||
Command func() cobra.Command
|
||||
Command func() *cobra.Command
|
||||
}
|
||||
|
||||
// Assert asserts the results for functions
|
||||
|
||||
Reference in New Issue
Block a user