Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 17d4b6d

Browse files
committed
remove --help since it was casuing issue, automatically opens when enter in -s with user enter code editor cmd line
1 parent d4f1574 commit 17d4b6d

File tree

2 files changed

+694
-1
lines changed

2 files changed

+694
-1
lines changed

config_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def load_user_data_from_config():
2222
if os.path.exists(CONFIG_FILE_PATH):
2323
with open(CONFIG_FILE_PATH, "r") as config_file:
2424
config_data = toml.load(config_file)
25-
return config_data.get("USER_LANG", "").lower()
25+
return config_data.get("USER_LANG", "").lower() , config_data.get("EDITOR_CLI", "").lower()
2626
return None
2727

2828

0 commit comments

Comments
 (0)