You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ignite/cmd/testnet.go
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ import (
8
8
funcNewTestnet() *cobra.Command {
9
9
c:=&cobra.Command{
10
10
Use: "testnet [command]",
11
-
Short: "Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.",
11
+
Short: "Simulate and manage test networks",
12
+
Long: `Comprehensive toolset for managing and simulating blockchain test networks. It allows users to either run a test network in place using mainnet data or set up a multi-node environment for more complex testing scenarios. Additionally, it includes a subcommand for simulating the chain, which is useful for fuzz testing and other testing-related tasks.`,
0 commit comments