mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-14 01:40:32 +07:00
docs: add notes for cmd
This commit is contained in:
@ -14,7 +14,7 @@ import (
|
||||
var (
|
||||
validateCmd = &cobra.Command{
|
||||
Use: "validate",
|
||||
Short: "Validate dae config",
|
||||
Short: "To validating dae config.",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
if cfgFile == "" {
|
||||
fmt.Println("Argument \"--config\" or \"-c\" is required but not provided.")
|
||||
|
Reference in New Issue
Block a user