import "github.com/eris-ltd/eris-cli/definitions" // Create a new instance of the InitCommand struct initCommand := &definitions.InitCommand{Force: true, ChainID: "mychain"} // Print out the value of the ChainID field fmt.Println(initCommand.ChainID)This package provides a convenient way to interact with the eris CLI tool and ensure correct usage of its various commands and options.