fix typo
This commit is contained in:
parent
caa9b20eaf
commit
2fc4c000b5
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ that follow the invocation of an alias will be inserted appropriately.`,
|
|||
Args: cobra.MinimumNArgs(2),
|
||||
RunE: aliasSet,
|
||||
|
||||
// NB: this allows a user to eschew quotes when specifiying an alias expansion. We'll have to
|
||||
// NB: this allows a user to eschew quotes when specifying an alias expansion. We'll have to
|
||||
// revisit it if we ever want to add flags to alias set but we have no current plans for that.
|
||||
DisableFlagParsing: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue