Forgot to remove args.cmd
This commit is contained in:
parent
890a68fa53
commit
c062b84bc6
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user