Searched refs:nohelp (Results 1 – 7 of 7) 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)
151 ( FLAGS --nohelp >"${stdoutF}" 2>"${stderrF}" )
169 -J-Xmx250m -nohelp -sourcetab 8 -docencoding UTF-8 -protected \
128 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