package main import ( "github.com/aws/rolesanywhere-credential-helper/cmd" ) func main() { cmd.Execute() }