1. 개요

dir : cmd/geth/main.go

2. 인수

3. 구현

if err := app.Run(os.Args); err != nil {
	fmt.fprintln(os.Stderr, err)
	os.Exit(1)
}

4. 호출자