kamilsk / retry

♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
https://pkg.go.dev/github.com/kamilsk/retry/v5
MIT License
340 stars 14 forks source link

finish bash completion #103

Closed kamilsk closed 5 years ago

kamilsk commented 6 years ago

https://github.com/kamilsk/shared/tree/dotfiles/bash_completion.d

kamilsk commented 6 years ago
        cmd.RootCmd.GenZshCompletion()
        cmd.RootCmd.GenBashCompletion()
kamilsk commented 5 years ago

moved to https://github.com/kamilsk/retry.cli/issues/3