From 59017a6e6fb823588946f1ef230fad674c9b15cb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 May 2018 11:11:25 +0530 Subject: [PATCH] Remove the -c command line flag as it is better to use +runpy instead --- kitty/cli.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kitty/cli.py b/kitty/cli.py index 6d0d8b226..d309c03cc 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -61,10 +61,6 @@ Override individual configuration options, can be specified multiple times. Syntax: |_ name=value|. For example: |_ -o font_size=20| ---cmd -c -Run python code in the kitty context - - --directory -d default=. Change to the specified directory when launching