INNER CODE UNIT · Go

init

xm1k3/cent · cmd/init.go:101

func init() {
	rootCmd.AddCommand(initCmd)
	initCmd.AddCommand(initCheckCmd)

	initCmd.Flags().StringP("url", "u", "", "Url from which you can download the configurations for .cent.yaml")
	initCmd.Flags().BoolP("overwrite", "o", false, "If the cent file exists overwrite it")
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…