github.com/aergoio/aergo@v1.3.1/cmd/aergocli/aergocli.go (about)

     1  /**
     2   *  @file
     3   *  @copyright defined in aergo/LICENSE.txt
     4   */
     5  package main
     6  
     7  import (
     8  	"github.com/aergoio/aergo/cmd/aergocli/cmd"
     9  )
    10  
    11  // rootCmd is the entry point for this binary
    12  
    13  func main() {
    14  	cmd.Execute()
    15  }