tools

package
v1.20.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DevWallet = &command.Command{
	Cmd: &cobra.Command{
		Use:     "dev-wallet",
		Short:   "Run a development wallet",
		Example: "flow dev-wallet",
		Args:    cobra.ExactArgs(0),
		GroupID: "tools",
	},
	Flags: &walletFlags,
	RunS:  wallet,
}
View Source
var Flowser = &command.Command{
	Cmd: &cobra.Command{
		Use:     "flowser",
		Short:   "Run Flowser project explorer",
		Example: "flow flowser",
		Args:    cobra.ExactArgs(0),
		GroupID: "tools",
	},
	Flags: &flowserFlags,
	Run:   runFlowser,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL