Skip to content

Commit 1d6fad2

Browse files
authored
Merge pull request #941 from Polynomix/mop
CLI release fix
2 parents af3af56 + 0601f51 commit 1d6fad2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cmd/wowsimcli/cmd/basic_sim.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ import (
1111
"google.golang.org/protobuf/encoding/protojson"
1212
)
1313

14+
var (
15+
infile string
16+
outfile string
17+
verbose bool
18+
)
19+
1420
var simCmd = &cobra.Command{
1521
Use: "sim",
1622
Short: "simulate items & settings",

0 commit comments

Comments
 (0)