File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ listening on the specified port.`,
78
78
command .VersionCommand (),
79
79
},
80
80
}
81
- env := root .NewEnv (nil ).MergeFlags (true )
82
- command .RunOrFail (env , os .Args [1 :])
81
+ command .RunOrFail (root .NewEnv (nil ), os .Args [1 :])
83
82
}
84
83
85
84
// getBucketRegion reports the specified region for the given bucket.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/aws/aws-sdk-go-v2/config v1.27.28
9
9
github.com/aws/aws-sdk-go-v2/service/s3 v1.59.0
10
10
github.com/creachadair/atomicfile v0.3.5
11
- github.com/creachadair/command v0.1.14
11
+ github.com/creachadair/command v0.1.15
12
12
github.com/creachadair/flax v0.0.1
13
13
github.com/creachadair/gocache v0.0.0-20240904225701-6c4617815112
14
14
github.com/creachadair/mds v0.19.2
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj
42
42
github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
43
43
github.com/creachadair/atomicfile v0.3.5 h1:i93bxeaH/rQR6XfJslola3XkOM1nEP3eIexuk9SWcSc =
44
44
github.com/creachadair/atomicfile v0.3.5 /go.mod h1:m7kIY2OUMygtETnMYe141rubsG4b+EusFLinlxxdHYM =
45
- github.com/creachadair/command v0.1.14 h1:lvAPKPrFU8ECyRQ4MEDCw5UEHhSOIYs5knLLNXvpYyI =
46
- github.com/creachadair/command v0.1.14 /go.mod h1:JyiZVgQzhzPWa8DdE6Hfl+IOi7DMpXToBEvQCQoST7c =
45
+ github.com/creachadair/command v0.1.15 h1:ut7OVTGYv5RMqOHJvrmSCtsS8UBzU9tXgQYLdAPZPho =
46
+ github.com/creachadair/command v0.1.15 /go.mod h1:JyiZVgQzhzPWa8DdE6Hfl+IOi7DMpXToBEvQCQoST7c =
47
47
github.com/creachadair/flax v0.0.1 h1:it+joEf9aEUalaV7XWll/pk6zA4/FbNvMImW9q/lS8o =
48
48
github.com/creachadair/flax v0.0.1 /go.mod h1:K8bFvn8hMdAljQkaKNc7I3os5Wk36JxkyCkfdZ7S8d4 =
49
49
github.com/creachadair/gocache v0.0.0-20240904225701-6c4617815112 h1:FSlFO2eztBGGzp67D2z/eeNe5U+AZyj4g/CjKf0AHbo =
You can’t perform that action at this time.
0 commit comments