Forgot to remove args.cmd

This commit is contained in:
Kovid Goyal 2018-05-03 11:14:10 +05:30
parent 890a68fa53
commit c062b84bc6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -151,9 +151,6 @@ def _main():
return
if getattr(args, 'detach', False):
detach()
if args.cmd:
exec(args.cmd)
return
if args.replay_commands:
from kitty.client import main
main(args.replay_commands)