1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-05 12:45:38 +01:00
Files
glusterd2/glustercli/cmd/snapshot.go
Oshank Kumar 02e35a95e0 cli: Refactor some of glustercli code
Signed-off-by: Oshank Kumar <okumar@redhat.com>
2018-08-08 12:38:17 +05:30

15 lines
192 B
Go

package cmd
import (
"github.com/spf13/cobra"
)
const (
helpSnapshotCmd = "Gluster Snapshot Management"
)
var snapshotCmd = &cobra.Command{
Use: "snapshot",
Short: helpSnapshotCmd,
}