示例#1
0
文件: main.py 项目: jonasdiemer/jump
def jump_command():
    """Runs the Jump command."""
    jump = JumpCommand()
    jump()
示例#2
0
文件: main.py 项目: jonasdiemer/jump
 def command(self, args, options):
     """Returns help message."""
     jump = JumpCommand()
     jump('-h')