mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-07 00:14:26 +08:00
feat(stripe): add completion plugin (#12064)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
co-authored by
Carlo Sala
parent
05bf69c604
commit
d6658f9af3
@@ -0,0 +1,9 @@
|
||||
# Struoe
|
||||
|
||||
This plugin provides completion for the [Stripe CLI](https://stripe.com/docs/stripe-cli).
|
||||
|
||||
To use it add stripe to the plugins array in your zshrc file.
|
||||
|
||||
```bash
|
||||
plugins=(... stripe)
|
||||
```
|
||||
Reference in New Issue
Block a user