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
The configure command is misleading. It can be interpreted as "configuring an account in the config file". Actually it configures an already existing account at the application level (set up keyring, folders etc).
The text was updated successfully, but these errors were encountered:
Adding account to existing configuratio should be fairly easy. Editing is trickier and I prefer to leave it to a dedicated tool. The real concern is how to properly split config commands: one for configuring an account at config file level (the actual wizard) and one for configuring an account at app level (the actual configure command).
We could have sth like:
neverest config wizard to start the wizard. If the given -c|--config (or the default path) points to a valid config file, it will just append the new config
neverest config keyring to configure the keyring system for the given account
neverst config <item> is open for future stuff to configure
neverest doctor to check that config file is ok, that all is configured
The
configure
command is misleading. It can be interpreted as "configuring an account in the config file". Actually it configures an already existing account at the application level (set up keyring, folders etc).The text was updated successfully, but these errors were encountered: