insert space after comment character in cmd folder

This commit is contained in:
Nagarjun
2016-01-05 12:46:18 +05:30
parent 9264340338
commit c98364e79b
8 changed files with 21 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ func main() {
// Set environment variables used by kubectl so the output is consistent,
// regardless of where we run.
os.Setenv("HOME", "/home/username")
//TODO os.Stdin should really be something like ioutil.Discard, but a Reader
// TODO os.Stdin should really be something like ioutil.Discard, but a Reader
kubectl := cmd.NewKubectlCommand(cmdutil.NewFactory(nil), os.Stdin, ioutil.Discard, ioutil.Discard)
cobra.GenMarkdownTree(kubectl, outDir)
}