Exemple #1
0
 def __call__(self, parser, args, values, option_string=None):
     from rez.system import system
     txt = system.get_summary_string()
     print()
     print(txt)
     print()
     sys.exit(0)
Exemple #2
0
 def __call__(self, parser, args, values, option_string=None):
     from rez.system import system
     txt = system.get_summary_string()
     print
     print txt
     print
     sys.exit(0)