* showing help by basic call
All checks were successful
Build and Test / build-test (1.23.4) (push) Successful in 1m37s
All checks were successful
Build and Test / build-test (1.23.4) (push) Successful in 1m37s
* autocompletion for exec
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
var replaceCmd = &cobra.Command{
|
||||
Use: "replace",
|
||||
Short: "Replace in string to new string in all commands",
|
||||
Short: "Replace string with new string in all commands",
|
||||
Args: func(cmd *cobra.Command, args []string) error {
|
||||
if err := cobra.ExactArgs(2)(cmd, args); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user