...
This commit is contained in:
parent
edc4b91d15
commit
9962ac2703
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ def command_for_open(program='default'):
|
|||
program = to_cmdline(program)
|
||||
if program == ['default']:
|
||||
cmd = ['open'] if is_macos else ['xdg-open']
|
||||
else:
|
||||
cmd = program
|
||||
return cmd
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue