Skip to content

Commit

Permalink
Fix params completion
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <[email protected]>
  • Loading branch information
teran committed Nov 4, 2019
1 parent d694c97 commit d156ec3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ import (

func completeArgs(word string) {
fmt.Println(strings.Join([]string{
"-concurrency",
"-database",
"-datadir",
"-pattern",
"-progressbar",
"-skipfailed",
"-skipmissed",
"-skipok",
"-version",
"--concurrency",
"--database",
"--datadir",
"--pattern",
"--progressbar",
"--skipfailed",
"--skipmissed",
"--skipok",
"--version",
}, " "))
}

Expand Down

0 comments on commit d156ec3

Please sign in to comment.