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 support to save file with no extension #813

Merged
merged 4 commits into from Feb 19, 2020

Commits on Dec 15, 2019

  1. Add support to save file with no extension

    The suppport introduced for files with no file extension is only partial as trying to save the config file would fail with `<file name> equires valid extensio`
    This adds support to saving such files
    gssbzn committed Dec 15, 2019
    Copy the full SHA
    b1b6c1d View commit details
    Browse the repository at this point in the history
  2. Update viper_test.go

    gssbzn committed Dec 15, 2019
    Copy the full SHA
    cc8e021 View commit details
    Browse the repository at this point in the history
  3. Update viper_test.go

    gssbzn committed Dec 15, 2019
    Copy the full SHA
    8f40d15 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. PR comments

    gssbzn committed Jan 10, 2020
    Copy the full SHA
    717d682 View commit details
    Browse the repository at this point in the history