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