Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FundCmd = &cobra.Command{ Use: "fund", Short: "Bulk fund crypto wallets automatically.", Long: usage, PreRunE: func(cmd *cobra.Command, args []string) error { return checkFlags() }, RunE: func(cmd *cobra.Command, args []string) error { return runFunding(cmd.Context()) }, }
FundCmd represents the fund command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.