Documentation
¶
Index ¶
Constants ¶
View Source
const ( FLAG_HELP = "-h" FLAG_VERBOSE = "-v" FLAG_SAVE = "-s" FLAG_APPLY = "-a" FLAG_REMOVE = "-rm" FLAG_LISTENERS = "-l" FLAG_FILES = "-f" FLAG_DETAILS = "-d" )
View Source
const Command apps.SnapshotFlag = "snpsh"
Variables ¶
View Source
var App = apps.CommandApplication{ CommandReference: apps.CommandReference{ Flag: Command, Name: "Snapshot", Description: "Manages in-memory persistence snapshots", Example: "snpsh -h", }, Exec: exec, Help: help, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.