Skip to content
  • John Sirois's avatar
    705865fa
    Fixup create command flag application. · 705865fa
    John Sirois authored
    
    
    Previously StringSlice flag defaults were not respected.  These use
    special handling and that handling did not take account of default
    values, always over-writing them.  Expand the CommandLine interface to
    take advantage of the underlying codegansta/cli.Context IsSet method and
    guard default string slice overwrites with an IsSet test.
    
    Signed-off-by: default avatarJohn Sirois <john.sirois@gmail.com>
    705865fa
    Fixup create command flag application.
    John Sirois authored
    
    
    Previously StringSlice flag defaults were not respected.  These use
    special handling and that handling did not take account of default
    values, always over-writing them.  Expand the CommandLine interface to
    take advantage of the underlying codegansta/cli.Context IsSet method and
    guard default string slice overwrites with an IsSet test.
    
    Signed-off-by: default avatarJohn Sirois <john.sirois@gmail.com>
Loading