Skip to content

Commit b297791

Browse files
authored
Merge pull request #118 from technocake/feature/fix-goto-open
re-add open commands
2 parents 2eb9456 + d3ae692 commit b297791

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

goto/the_real_goto.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
'mv': commands.rename,
3232
'rename': commands.rename,
3333

34+
'open': commands.open,
35+
'-o': commands.open,
36+
'--open': commands.open,
37+
3438
'--migrate': commands.migrate,
3539
'--check-migrate': commands.check_migrate,
3640

0 commit comments

Comments
 (0)