replaced (#1129)
This commit is contained in:
parent
6b13d73fca
commit
7126f8f0ff
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ func NewCompletionCmd() *cobra.Command {
|
|||
$ source <(cscli completion bash)
|
||||
` + "```" + `
|
||||
|
||||
### Zsh:
|
||||
### Zsh:
|
||||
` + "```shell" + `
|
||||
# If shell completion is not already enabled in your environment,
|
||||
# you will need to enable it. You can execute the following once:
|
||||
|
|
|
@ -27,7 +27,7 @@ Default buckets have two main configuration options:
|
|||
* leakspeed: duration needed for an event to leak. When an event
|
||||
leaks, it disappear from the bucket.
|
||||
|
||||
## Trigger
|
||||
## Trigger
|
||||
|
||||
It's a special type of bucket with a zero capacity. Thus, when an
|
||||
event is poured in a trigger, it always raises an overflow.
|
||||
|
|
Loading…
Add table
Reference in a new issue