|
|
|
@ -39,6 +39,10 @@ if __name__ == '__main__': |
|
|
|
pyperclip.copy(path) |
|
|
|
else: |
|
|
|
if args.ext == 'exe': |
|
|
|
pass #TODO |
|
|
|
opener.standalone(path,args.args,args.windowless,args.cwd) |
|
|
|
else: |
|
|
|
pass #TODO |
|
|
|
if args.edit: |
|
|
|
opener.edit(path,args.args) |
|
|
|
else: |
|
|
|
mode = 'execute' |
|
|
|
opener.dependant(path,args.args,mode,args.cwd) |