mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
Forgot to remove args.cmd
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user