Forgot to remove args.cmd
This commit is contained in:
parent
890a68fa53
commit
c062b84bc6
@ -151,9 +151,6 @@ def _main():
|
|||||||
return
|
return
|
||||||
if getattr(args, 'detach', False):
|
if getattr(args, 'detach', False):
|
||||||
detach()
|
detach()
|
||||||
if args.cmd:
|
|
||||||
exec(args.cmd)
|
|
||||||
return
|
|
||||||
if args.replay_commands:
|
if args.replay_commands:
|
||||||
from kitty.client import main
|
from kitty.client import main
|
||||||
main(args.replay_commands)
|
main(args.replay_commands)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user