You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line with the --gen-config and --show-config options, it would be great to have a arch-update --edit-config option to edit the arch-update.conf configuration file (if it exists). It could default to using $EDITOR and fallback to nano if it is not set.
Motivation and context
This would ease the "manipulation" of the config file as this command will allow to edit the config without having to enter (or even know) the full path. More user friendliness is generally good 😄
The text was updated successfully, but these errors were encountered:
…onfiguration file
Add the `arch-update --edit-config` option to edit the currently used `arch-update.conf` configuration file.
It uses the editor defined in the `$EDITOR` environment variable or falls back to `nano` if the variable isn't set.
Closes#205
Description
In line with the
--gen-config
and--show-config
options, it would be great to have aarch-update --edit-config
option to edit thearch-update.conf
configuration file (if it exists). It could default to using$EDITOR
and fallback tonano
if it is not set.Motivation and context
This would ease the "manipulation" of the config file as this command will allow to edit the config without having to enter (or even know) the full path. More user friendliness is generally good 😄
The text was updated successfully, but these errors were encountered: