mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
Own Command for own usage removed
This commit is contained in:
parent
3f6e4c4e81
commit
5dd90ff28a
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ Example: cobra add server -> resulting in a new cmd/server.go`,
|
|||
}
|
||||
|
||||
cmdName := validateCmdName(args[0])
|
||||
//! Hier ein cmdNameConstructor
|
||||
cmdPath := filepath.Join(project.CmdPath(), cmdName+".go")
|
||||
createCmdFile(project.License(), cmdPath, cmdName)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue