mirror of
https://github.com/corda/corda.git
synced 2025-06-20 16:10:26 +00:00
Fixed merge conflicts.
This commit is contained in:
@ -462,4 +462,5 @@ private fun printHelp(parser: OptionParser) {
|
|||||||
Please refer to the documentation in docs/build/index.html for more info.
|
Please refer to the documentation in docs/build/index.html for more info.
|
||||||
|
|
||||||
""".trimIndent())
|
""".trimIndent())
|
||||||
|
parser.printHelpOn(System.out)
|
||||||
}
|
}
|
||||||
|
@ -71,7 +71,6 @@ fun main(args: Array<String>) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun runTraderDemo(args: Array<String>): Int {
|
fun runTraderDemo(args: Array<String>): Int {
|
||||||
val cashIssuerKey = generateKeyPair()
|
|
||||||
val parser = OptionParser()
|
val parser = OptionParser()
|
||||||
|
|
||||||
val roleArg = parser.accepts("role").withRequiredArg().ofType(Role::class.java).required()
|
val roleArg = parser.accepts("role").withRequiredArg().ofType(Role::class.java).required()
|
||||||
|
Reference in New Issue
Block a user