Skip to content

Commit

Permalink
docs: update long description testnet (#4502)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7aa6b4a)

# Conflicts:
#	ignite/cmd/testnet.go
  • Loading branch information
julienrbrt authored and mergify[bot] committed Feb 10, 2025
1 parent 5fc8892 commit fbf7221
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ignite/cmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ import (
func NewTestnet() *cobra.Command {
c := &cobra.Command{
Use: "testnet [command]",
<<<<<<< HEAD

Check failure on line 11 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on ubuntu-latest

syntax error: unexpected <<, expected expression

Check failure on line 11 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / Lint Go code

syntax error: unexpected <<, expected expression

Check failure on line 11 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / Lint Go code

expected operand, found '<<' (typecheck)

Check failure on line 11 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on macos-latest

syntax error: unexpected <<, expected expression

Check failure on line 11 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

syntax error: unexpected <<, expected expression

Check failure on line 11 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

syntax error: unexpected <<, expected expression
Short: "Start a testnet local",
=======
Short: "Simulate and manage test networks",
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.`,
>>>>>>> 7aa6b4a5 (docs: update long description `testnet` (#4502))

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on ubuntu-latest

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / Lint Go code

invalid character U+0023 '#'

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / Lint Go code

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / Lint Go code

illegal character U+0023 '#' (typecheck)

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on macos-latest

invalid character U+0023 '#'

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on macos-latest

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

invalid character U+0023 '#'

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

invalid character U+0023 '#'

Check failure on line 16 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }
Aliases: []string{"t"},
Args: cobra.ExactArgs(1),

Check failure on line 18 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on ubuntu-latest

syntax error: unexpected :, expected := or = or comma

Check failure on line 18 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / Lint Go code

syntax error: unexpected :, expected := or = or comma

Check failure on line 18 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test network on macos-latest

syntax error: unexpected :, expected := or = or comma

Check failure on line 18 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

syntax error: unexpected :, expected := or = or comma

Check failure on line 18 in ignite/cmd/testnet.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

syntax error: unexpected :, expected := or = or comma
}
Expand Down

0 comments on commit fbf7221

Please sign in to comment.