We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb08709 commit a8b78ddCopy full SHA for a8b78dd
main.go
@@ -352,6 +352,7 @@ func setupServices(svcManager *serviceManager, out *output) error {
352
"node",
353
"--chain", "{{.Dir}}/genesis.json",
354
"--datadir", "{{.Dir}}/data_reth",
355
+ "--color", "never",
356
"--http",
357
"--http.port", "8545",
358
"--authrpc.port", "8551",
0 commit comments