mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 07:03:37 +00:00
add local path dep for kong-completion
update the completion tags
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
|
||||
// StreamCmd handles the streaming commands.
|
||||
type StreamCmd struct {
|
||||
Start StreamStartCmd `cmd:"" help:"Start streaming." aliases:"s"`
|
||||
Stop StreamStopCmd `cmd:"" help:"Stop streaming." aliases:"st"`
|
||||
Toggle StreamToggleCmd `cmd:"" help:"Toggle streaming." aliases:"tg"`
|
||||
Status StreamStatusCmd `cmd:"" help:"Get streaming status." aliases:"ss"`
|
||||
Start StreamStartCmd `cmd:"" help:"Start streaming." aliases:"s" completion-command-alias-enabled:"false"`
|
||||
Stop StreamStopCmd `cmd:"" help:"Stop streaming." aliases:"st" completion-command-alias-enabled:"false"`
|
||||
Toggle StreamToggleCmd `cmd:"" help:"Toggle streaming." aliases:"tg" completion-command-alias-enabled:"false"`
|
||||
Status StreamStatusCmd `cmd:"" help:"Get streaming status." aliases:"ss" completion-command-alias-enabled:"false"`
|
||||
}
|
||||
|
||||
// StreamStartCmd starts the stream.
|
||||
|
||||
Reference in New Issue
Block a user