Updated version info
This commit is contained in:
parent
ae77d67707
commit
fe8c0fb59c
|
@ -19,7 +19,7 @@ import util.OutputFormat
|
||||||
|
|
||||||
class fints4kCommandLineInterface : CliktCommand(name = "fints", printHelpOnEmptyArgs = true, invokeWithoutSubcommand = true) {
|
class fints4kCommandLineInterface : CliktCommand(name = "fints", printHelpOnEmptyArgs = true, invokeWithoutSubcommand = true) {
|
||||||
init {
|
init {
|
||||||
versionOption("1.0.0 Alpha-10", names = setOf("-v", "--version"))
|
versionOption("1.0.0 Alpha-11", names = setOf("-v", "--version"))
|
||||||
}
|
}
|
||||||
|
|
||||||
val bankCode by argument("Bankleitzahl", "Die Bankleitzahl deiner Bank")
|
val bankCode by argument("Bankleitzahl", "Die Bankleitzahl deiner Bank")
|
||||||
|
|
Loading…
Reference in New Issue