import_transactions

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ImportCmd = &command.Command{
		Name:  "import",
		Short: "Import transactions from sources",
		Long: `go-ledger will search for files for each source, and import
any transactions in those files from the specified year`,
		ExpectedArgs: []command.Argument{
			{Name: "Year"},
		},
		Run:      Import,
		ShowLogs: true,
	}
)

Functions

func Import

func Import(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