update refactoring and add new features
This commit is contained in:
+1
-2
@@ -1158,8 +1158,7 @@ def _run(piped_result: Any, args: List[str], config: Dict[str, Any]) -> int:
|
||||
if not args:
|
||||
if sys.stdin.isatty() and not piped_result:
|
||||
print(
|
||||
"Interactive TUI config editor has been discontinued. "
|
||||
"Showing configuration table instead."
|
||||
"Run `.config <key>` to view or edit a specific setting. "
|
||||
)
|
||||
return _show_config_table(current_config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user