INNER CODE UNIT · Go
init
topfreegames/pitaya · cmd/repl.go:37
func init() {
replCmd.Flags().StringVarP(&docsRoute, "docs", "d", "", "route containing the documentation")
replCmd.Flags().StringVarP(&fileName, "filename", "f", "", "file containing the commands to run")
replCmd.Flags().BoolVarP(&prettyJSON, "pretty", "p", false, "print pretty jsons")
rootCmd.AddCommand(replCmd)
}