Sha256: a61959ce90ee3f04b14147701a90d509d6576dc1b305a8482144b8de9cdb225b
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
module PDK::CLI @test_cmd = @base_cmd.define_command do name 'test' usage 'test [subcommand] [options]' summary 'Run tests.' default_subcommand 'help' end @test_cmd.add_command Cri::Command.new_basic_help end require 'pdk/cli/test/unit'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdk-2.7.1 | lib/pdk/cli/test.rb |
pdk-2.7.0 | lib/pdk/cli/test.rb |