Ejemplo n.º 1
0
def jump_command():
    """Runs the Jump command."""
    jump = JumpCommand()
    jump()
Ejemplo n.º 2
0
 def command(self, args, options):
     """Returns help message."""
     jump = JumpCommand()
     jump('-h')