Skip to content

Commit

Permalink
unexporting files
Browse files Browse the repository at this point in the history
  • Loading branch information
yazgazan committed May 3, 2017
1 parent b177a75 commit 30c8853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import (
"golang.org/x/crypto/ssh/terminal"
)

type Files struct {
type files struct {
LHS string `positional-arg-name:"FILE_1"`
RHS string `positional-arg-name:"FILE_2"`
}

type config struct {
Files Files `positional-args:"yes" required:"yes"`
Files files `positional-args:"yes" required:"yes"`
Ignore ignorePatterns `long:"ignore" short:"i" description:"paths to ignore (glob)"`
output
OutputReport bool `long:"report" short:"r" description:"output report format"`
Expand Down

0 comments on commit 30c8853

Please sign in to comment.