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

Add default expansion. #39

Merged
merged 6 commits into from
Jan 17, 2022
Merged

Commits on Mar 10, 2020

  1. Add default expansion.

    Allow expansion to occur, but replace non existing with default if
    given.
    
    Example: ${MACHINE-localhost}
    
    Should resolve to $MACHINE expansion, and if not set, then expands to
    localhost.
    vantreeseba committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    97bf22d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66e075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eab83b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    c223a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf334da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4ebec2 View commit details
    Browse the repository at this point in the history