File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -961,7 +961,7 @@ starport scaffold chain [github.com/org/repo] [flags]
961961```
962962 --address-prefix string Address prefix (default "cosmos")
963963 -h, --help help for chain
964- --no-default- module Prevent scaffolding a default module in the app
964+ --no-module Prevent scaffolding a default module in the app
965965```
966966
967967** SEE ALSO**
@@ -1081,4 +1081,3 @@ starport version [flags]
10811081** SEE ALSO**
10821082
10831083* [ starport] ( #starport ) - A developer tool for building Cosmos SDK blockchains
1084-
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func TestGenerateAnAppWithNoDefaultModule(t *testing.T) {
3838 "scaffold" ,
3939 "chain" ,
4040 fmt .Sprintf ("github.com/test/%s" , appName ),
41- "--no-default- module" ,
41+ "--no-module" ,
4242 ),
4343 step .Workdir (root ),
4444 )),
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111
1212const (
1313 flagAddressPrefix = "address-prefix"
14- flagNoDefaultModule = "no-default- module"
14+ flagNoDefaultModule = "no-module"
1515)
1616
1717// NewScaffoldChain creates new command to scaffold a Comos-SDK based blockchain.
You can’t perform that action at this time.
0 commit comments