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
{{ message }}
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
Maybe it is possible to adjust config/config.go so that it first searches for the config file, and then reads the parameters of the input from the terminal.
The text was updated successfully, but these errors were encountered:
I'm not opposed to maybe creating a .efs2/config file. A lot of what you suggested is available as options in your .ssh/config file but as Efs2's command-line options grow in complexity the .ssh/config wouldn't cover everything (i.e. verbosity, parallel, etc.)
Describe the idea
It would be an advantage to have a configuration file where you could write the default in, so you don't have to always give the parameters.
Describe possible implementations
In the HOME directory, look in the .config folder for an
efs2
with a file named config.yml.The structure could be as follows:
Maybe it is possible to adjust
config/config.go
so that it first searches for the config file, and then reads the parameters of the input from the terminal.The text was updated successfully, but these errors were encountered: