1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 19:58:37 -04:00

Add automated setting detection command

This commit is contained in:
2017-03-23 08:43:34 -04:00
parent ab79afa8ae
commit f511c6ca75
2 changed files with 163 additions and 0 deletions

View File

@ -14,6 +14,7 @@ var commands = []Command{
bankTransactionsCommand,
ccTransactionsCommand,
invTransactionsCommand,
detectSettingsCommand,
}
func usage() {