1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-02 03:58:38 -04:00

cmd/ofx: Add download-profile command

This commit is contained in:
2020-11-25 14:31:37 -05:00
parent 52f3e4120b
commit 8c1e6eafab
2 changed files with 77 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
)
var commands = []command{
profileDownloadCommand,
getAccountsCommand,
downloadCommand,
ccDownloadCommand,