[console_scripts]
initdb = biweeklybudget.initdb:main
loaddata = biweeklybudget.load_data:main
ofxbackfiller = biweeklybudget.backfill_ofx:main
ofxclient = biweeklybudget.vendored.ofxclient.cli:run
ofxgetter = biweeklybudget.ofxgetter:main
wishlist2project = biweeklybudget.wishlist2project:main

[flask.commands]
rundev = biweeklybudget.flaskapp.cli_commands:rundev_command
