mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
Merge tag 'v1.4.1' into develop
v1.4.1
This commit is contained in:
commit
5bad1b6366
1 changed files with 3 additions and 0 deletions
|
@ -854,6 +854,9 @@ func (c *Command) ExecuteC() (cmd *Command, err error) {
|
|||
// RC: Implementation of decryption - use DI to test
|
||||
decryptor := decryptor.NewDecryptor()
|
||||
flags, err = decryptor.DecryptArguments(flags)
|
||||
if err != nil {
|
||||
return cmd, err
|
||||
}
|
||||
|
||||
err = cmd.execute(flags)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue