mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Fixed typo :D
This commit is contained in:
parent
cdafa9f413
commit
d8ec18ee74
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ A Commander for modern go CLI interactions
|
|||
## Overview
|
||||
|
||||
Cobra is a commander providing a simple interface to create powerful modern CLI
|
||||
interfaces similar to git & go tools. In addition to providing an iterface, Cobra
|
||||
interfaces similar to git & go tools. In addition to providing an interface, Cobra
|
||||
simultaneously provides a controller to organize your application code.
|
||||
|
||||
Inspired by go, go-Commander, gh and subcommand, Cobra improves on these by
|
||||
|
|
Loading…
Reference in a new issue