Searched refs:nohelp (Results 1 – 8 of 8) sorted by relevance
76 nohelp = "*** No help on %s" variable in Cmd310 self.stdout.write("%s\n"%str(self.nohelp % (arg,)))
73 nohelp = "*** No help on %s" variable in Cmd306 self.stdout.write("%s\n"%str(self.nohelp % (arg,)))
76 # --nohelp and --help=false should be as if we didn't say anything77 add_gflags_test(nohelp 0 "PASS" "" gflags_unittest --nohelp)
196 ( FLAGS --nohelp >"${stdoutF}" 2>"${stderrF}" )
69 Issue# 2: Passing the `--nohelp` option no longer gives help output.
166 Issue# 2: Passing the `--nohelp` option no longer gives help output.
151 Issue# 2: Passing the `--nohelp` option no longer gives help output.
1109 self.nohelpitem = MenuItem(hm, "There isn't any", None, self.nohelp)1111 def nohelp(self, *args): member in TestApp