mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-08 17:25:14 -04:00
Update CLI reference (#248)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
84a9f0bfb4
commit
74c3c93dec
5 changed files with 16 additions and 17 deletions
|
@ -8,12 +8,12 @@ package cmd
|
|||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
// NewMiniCmd creates a new cobra.Command for managing mini Constellation clusters.
|
||||
// NewMiniCmd creates a new cobra.Command for managing MiniConstellation clusters.
|
||||
func NewMiniCmd() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "mini",
|
||||
Short: "Manage mini Constellation clusters",
|
||||
Long: "Manage mini Constellation clusters.",
|
||||
Short: "Manage MiniConstellation clusters",
|
||||
Long: "Manage MiniConstellation clusters.",
|
||||
Args: cobra.ExactArgs(0),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue