Sha256: d7e355bc11cbc887452bb12d2027f51642cb846cdf4808e2135c5ebd8de91b92
Contents?: true
Size: 501 Bytes
Versions: 16
Compression:
Stored size: 501 Bytes
Contents
Feature: Command Line Processing As an payment originator I want to be able to use Zold as a command line tool Scenario: Help can be printed When I run bin/zold with "-h" Then Exit code is zero And Stdout contains "--help" Scenario: Version can be printed When I run bin/zold with "--version" Then Exit code is zero Scenario: Wallet can be created When I run bin/zold with " --private-key id_rsa --public-key id_rsa.pub --trace create" Then Exit code is zero
Version data entries
16 entries across 16 versions & 1 rubygems