Last active
December 22, 2018 15:04
-
-
Save syossan27/5c902b384510544f38f252d992102a78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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