diff options
| author | Alex Flint <[email protected]> | 2022-06-09 11:21:29 -0400 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2022-06-09 11:21:29 -0400 |
| commit | 23b2b67fe299b63a072a3541f34d57757d0b8df0 (patch) | |
| tree | b5abb6cece5d2829bb134cf7e7c0d58216595035 /usage_test.go | |
| parent | f0f44b65d1179ccedb4c56f493f97ec569a6654e (diff) | |
fix issue #184
Diffstat (limited to 'usage_test.go')
| -rw-r--r-- | usage_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usage_test.go b/usage_test.go index 1744536..0a7ddd8 100644 --- a/usage_test.go +++ b/usage_test.go @@ -50,7 +50,7 @@ Options: --optimize OPTIMIZE, -O OPTIMIZE optimization level --ids IDS Ids - --values VALUES Values [default: [3.14 42 256]] + --values VALUES Values --workers WORKERS, -w WORKERS number of workers to start [default: 10, env: WORKERS] --testenv TESTENV, -a TESTENV [env: TEST_ENV] @@ -74,7 +74,6 @@ Options: } args.Name = "Foo Bar" args.Value = 42 - args.Values = []float64{3.14, 42, 256} args.File = &NameDotName{"scratch", "txt"} p, err := NewParser(Config{Program: "example"}, &args) require.NoError(t, err) |
