-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration file support #17
Comments
crazyscot
added a commit
that referenced
this issue
Dec 7, 2024
- initial file format is TOML - lots of refactoring, most notably the CLI argument structures - added CLI options `--show-config` and `--config-files` - renamed CLI options --ipv4, --ipv6 to --address-family 4|6 (short args `-4` and `-6` unchanged)
crazyscot
added a commit
that referenced
this issue
Dec 7, 2024
- initial file format is TOML - lots of refactoring, most notably the CLI argument structures - added CLI options `--show-config` and `--config-files` - renamed CLI options --ipv4, --ipv6 to --address-family 4|6 (short args `-4` and `-6` unchanged)
Among the configuration files would it be an option to use ssh config files to get server name equivalent IP and user name? |
@Lightjohn I like the idea! It's a separate feature, so I have attempted to capture it as #22; does that describe what you had in mind? |
Configuration files will form the cornerstone of the 0.2 release. Still to do:
|
crazyscot
added a commit
that referenced
this issue
Dec 26, 2024
- initial file format is TOML - lots of refactoring, most notably the CLI argument structures - added CLI options `--show-config` and `--config-files` - renamed CLI options --ipv4, --ipv6 to --address-family 4|6 (short args `-4` and `-6` unchanged)
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like ssh and other utilities, I'd like to be able to set defaults so I don't have to type
--rx whatever
every time.Ideas:
The text was updated successfully, but these errors were encountered: