Aktionen
Bug #78
geschlossenaqhbci-cli does not show available commands with --help option on Windows
Status:
Closed
Priorität:
Normal
Kategorie:
-
Beginn:
26.09.2019
Abgabedatum:
Betriebssystem:
AqBanking-Version:
Anwendung:
Version der Anwendung:
Beschreibung
Showing the help screen with aqbanking 5.8.1 returns
H:\bin>aqhbci-tool4.exe --help
Usage: aqhbci-tool4.exe [GLOBAL OPTIONS] COMMAND [LOCAL OPTIONS]
Global Options:
[-C PARAM]
[--cfgfile=PARAM]
Specify the configuration file
[-P PARAM]
[--pinfile=PARAM]
Specify the PIN file
[-n]
[--noninteractive]
Select non-interactive mode.
This automatically returns a confirmative answer to any non-critical
message.
[-A]
[--acceptvalidcerts]
Automatically accept all valid TLS certificate
[--charset=PARAM]
Specify the output character set
[-h]
[--help]
Show this help screen. For help on commands, run aqhbci-tool <COMMAND> --help.
Commands:
mkpinlist:
This command creates an empty PIN file
adduser:
Adds a user (-> setup HBCI for a bank)
deluser:
Deletes a user.
getkeys:
Requests the server's key
getcert:
Requests the server's SSL certificate
createkeys:
Create user keys.
sendkeys:
Send the user keys to the bank.
getaccounts:
Requests account list for a user
getaccsepa:
Requests SEPA account list for a user
getsysid:
Requests a system id for the given user
getitanmodes:
Requests supported iTAN modes for the given user
listusers:
List the users
listaccounts:
List the accounts
changepin:
Change the PIN of a key file
iniletter:
Print the INI letter for a given user
addaccount:
Manually add account
delaccount:
Deletes account
sethbciversion:
Set the HBCI protocol version to be used
setMaxTransfers:
Set the maximum number of transfers/debit notes per job
setsepaprofile:
Set the SEPA profile for transfers/debit notes
setTanMediumId:
Set the medium id for some PIN/TAN methods (like mTAN)
while a build from git master returns:
G:\bin> aqhbci-tool4.exe --help This is version 5.99.35 Usage: aqhbci-tool4.exe [GLOBAL OPTIONS] COMMAND [LOCAL OPTIONS] Global Options: [-D PARAM] [--cfgdir=PARAM] Specify the configuration folder [-n] [--noninteractive] Select non-interactive mode. This automatically returns a confirmative answer to any non-critical message. [-A] [--acceptvalidcerts] Automatically accept all valid TLS certificate [--charset=PARAM] Specify the output character set [-P PARAM] [--pinfile=PARAM] Specify the PIN file [-h] [--help] Show this help screen. For help on commands, run aqbanking-cli <COMMAND> --help.
There are no commands listed
Please note that the commands are available like 'listusers'
Also note that the help screen refers to 'aqbanking-cli', not 'aqhbci-cli', which is expected.
Aktionen
#1
Von martin vor etwa 6 Jahren aktualisiert
- Status wurde von New zu Resolved geändert
Fixed in GIT.
Aktionen