UNPKG
n26-puppeteer-scraper
Version:
latest (5.1.0)
5.1.0
5.0.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.0.0
1.0.2
1.0.0
n26 scraper: a tool to download account informations and transactions archive
n26-puppeteer-scraper
/
cli-commands
/
statements.js
7 lines
(5 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
debug =
require
(
'debug'
) debug.
enable
(
'n26:*'
)
exports
.
command
=
'statements'
exports
.
desc
=
'Actions on bank statements'
exports
.
builder
=
(
yargs
) =>
yargs.
commandDir
(
'statements'
).
demandCommand
().
help
()