mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-12-08 20:38:48 +00:00
expires_after cardinality, bug fixes
This commit is contained in:
@@ -218,8 +218,9 @@ Selected metrics info can be printed on the command line. For more information,
|
||||
return editor
|
||||
|
||||
commands = ['which nano', 'which vi', 'which vim']
|
||||
quiet = not config_handler.system_entry().verbose_mode
|
||||
for command in commands:
|
||||
editor = run_cmd(command, quiet = True).rstrip()
|
||||
editor = run_cmd(command, quiet = quiet).rstrip()
|
||||
if editor:
|
||||
break
|
||||
return editor
|
||||
|
||||
Reference in New Issue
Block a user