Skip to content

Instantly share code, notes, and snippets.

@syossan27
Last active December 22, 2018 15:04
Show Gist options
  • Save syossan27/5c902b384510544f38f252d992102a78 to your computer and use it in GitHub Desktop.
Save syossan27/5c902b384510544f38f252d992102a78 to your computer and use it in GitHub Desktop.
func makeApp() *cli.App {
app := cli.NewApp()
// bash-completionの有効化
app.EnableBashCompletion = true
return app
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment