Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCSVDownload ¶
func NewCmdCSVDownload(o *DownloadOption) *cobra.Command
NewCmdCSVDownload creates the `csv download` command.
Types ¶
type DownloadOption ¶
type DownloadOption struct { MoneyForwardEmail string MoneyForwardPassword string // contains filtered or unexported fields }
DownloadOption is the option for the `csv download` command.
func (*DownloadOption) Run ¶
func (o *DownloadOption) Run() error
Run executes the `csv download` command.
func (*DownloadOption) Validate ¶
func (o *DownloadOption) Validate() error
Validate checks options.
type Options ¶
type Options struct {
DownloadOption *DownloadOption
}
Options is the collection of options for the `db` command and its sub command.
Click to show internal directories.
Click to hide internal directories.