package
Version:
v1.17.0-cadence-v1.0.0...
Opens a new window with list of versions in this module.
Published: Apr 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var SnapshotCmd = &command.Command{
Cmd: &cobra.Command{
Use: "snapshot <create|load|list> [snapshotName]",
Short: "Create/Load/List emulator snapshots",
Example: "flow emulator snapshot create testSnapshot",
Args: cobra.RangeArgs(1, 2),
},
Flags: &snapshotFlag,
Run: snapshot,
}
type SnapshotFlag struct{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.