download

package
v0.0.0-...-5a71971 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DownloadCmd = &command.Command{
		Name:  "download",
		Short: "Visit sites to download transactions",
		SubCommands: []*command.Command{
			DownloadChaseCmd, DownloadVenmoCmd,
		},
	}
	DownloadChaseCmd = &command.Command{
		Name:  "chase",
		Short: "Visit chase.com",
		Run:   DownloadChase,
	}
	DownloadVenmoCmd = &command.Command{
		Name:  "download",
		Short: "Visit venmo.com/transactions",
		Run:   DownloadVenmo,
	}
)

Functions

func DownloadChase

func DownloadChase(args []string) ([]command.Output, error)

func DownloadVenmo

func DownloadVenmo(args []string) ([]command.Output, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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