mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
Fix typo: exiting → existing
This commit is contained in:
parent
c3ef89ad8a
commit
c65e6422ff
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ and the appropriate structure for a Cobra-based CLI application.
|
||||||
* If an absolute path is provided, it will be created;
|
* If an absolute path is provided, it will be created;
|
||||||
* If the directory already exists but is empty, it will be used.
|
* If the directory already exists but is empty, it will be used.
|
||||||
|
|
||||||
Init will not use an exiting directory with contents.`,
|
Init will not use an existing directory with contents.`,
|
||||||
|
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
switch len(args) {
|
switch len(args) {
|
||||||
|
|
Loading…
Reference in a new issue