Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
cb4c8e97
Commit
cb4c8e97
authored
3 years ago
by
Matt, Park
Committed by
ValarDragon
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add Silence usage to rootCmd (#686)
* Add Silence usage to rootCmd * Add changelog
parent
f03676c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
CHANGELOG.md
cmd/osmosisd/cmd/root.go
+1
-0
cmd/osmosisd/cmd/root.go
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.md
+
1
-
0
View file @
cb4c8e97
...
...
@@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
[
#666
](
https://github.com/osmosis-labs/osmosis/pull/666
)
Fix the
`--log-level`
and
`--log-format`
commands on
`osmosisd start`
-
[
#655
](
https://github.com/osmosis-labs/osmosis/pull/655
)
Make the default genesis for pool-incentives work by default
-
[
97ac2a8
](
https://github.com/osmosis-labs/osmosis/commit/97ac2a86303fc8966a4c169107e0945775107e67
)
Fix InitGenesis bug for gauges
-
[
#686
](
https://github.com/osmosis-labs/osmosis/pull/686
)
Add silence usage to cli to surpress unnecessary help logs
## [v6.0.0](https://github.com/osmosis-labs/osmosis/releases/tag/v6.0.0)
...
...
This diff is collapsed.
Click to expand it.
cmd/osmosisd/cmd/root.go
+
1
-
0
View file @
cb4c8e97
...
...
@@ -70,6 +70,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
customAppTemplate
,
customAppConfig
:=
initAppConfig
()
return
server
.
InterceptConfigsPreRunHandler
(
cmd
,
customAppTemplate
,
customAppConfig
)
},
SilenceUsage
:
true
,
}
initRootCmd
(
rootCmd
,
encodingConfig
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets