Example #1
0
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps()
     else:
         super(MRJob, self)._print_help(options)
Example #2
0
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps(include_deprecated=self.options.deprecated)
     else:
         super(MRJob, self)._print_help(options)
Example #3
0
File: job.py Project: Yelp/mrjob
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps(include_deprecated=self.options.deprecated)
     else:
         super(MRJob, self)._print_help(options)
Example #4
0
 def _print_help(self, options):
     """Implement --help --steps"""
     if options.show_steps:
         _print_help_for_steps()
     else:
         super(MRJob, self)._print_help(options)