Skip to content
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

Export public interface #70

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Export public interface #70

merged 1 commit into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. Export public interface

    Exports the types involved in the public interface to remain compatible
    with existing users.
    
    The object extension of the SSHConfig class is converted to static
    methods to allow SSHConfig to be used as a type.
    
    Separator is exported because it is the type of Directive::separator,
    but Space is only used internally so not exported.
    
    Signed-off-by: Benjamin Gray <[email protected]>
    BenjaminGrayNp1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e722887 View commit details
    Browse the repository at this point in the history