mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-08 03:54:18 +00:00
⚡ Fix the command description style
This commit is contained in:
parent
f4c6613e6e
commit
6ca727373c
@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
var proxyCmd = &cobra.Command{
|
var proxyCmd = &cobra.Command{
|
||||||
Use: "proxy",
|
Use: "proxy",
|
||||||
Short: "Open the web UI (front-end) in the browser via proxy/port-forward.",
|
Short: "Open the web UI (front-end) in the browser via proxy/port-forward",
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
runProxy()
|
runProxy()
|
||||||
return nil
|
return nil
|
||||||
|
@ -15,8 +15,7 @@ import (
|
|||||||
|
|
||||||
var tapCmd = &cobra.Command{
|
var tapCmd = &cobra.Command{
|
||||||
Use: "tap [POD REGEX]",
|
Use: "tap [POD REGEX]",
|
||||||
Short: "Capture the network traffic in your Kubernetes cluster.",
|
Short: "Capture the network traffic in your Kubernetes cluster",
|
||||||
Long: "Capture the network traffic in your Kubernetes cluster.",
|
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
tap()
|
tap()
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user