コード例 #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')