Exemplo n.º 1
0
 def handle_show(self, args):
     if args.cmd == "tree":
         show_tree()
     else:
         print(
             'Error: `git gud show` takes specific arguments. Type `git gud help show` for more information.'
         )  # noqa: E501
Exemplo n.º 2
0
 def post_setup(self):
     self.cat_file('goal.txt')
     show_tree()
Exemplo n.º 3
0
 def handle_show_tree(self, args):
     show_tree()