Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

internal/pkg/flag: string slice defaults only if no flags given #603

Merged
merged 1 commit into from
Oct 17, 2020

Commits on Oct 17, 2020

  1. internal/pkg/flag: string slice defaults only if no flags given

    Fixes #601
    
    We should only use the default string slice value if no flags are given.
    Nomad is currently the only user of this flag and this is the expected
    behavior there, plus I believe elsewhere.
    mitchellh committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    81e8af0 View commit details
    Browse the repository at this point in the history