Sha256: 62bf1d278e72f79d79ade1376017c4f1e1305daf3e07a3fe4e47870a3df92b1b
Contents?: true
Size: 396 Bytes
Versions: 7
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true require 'thor' require 'norad_cli/cli/secrepo' require 'norad_cli/cli/sectest' module NoradCli class CLI < Thor # Register all of the subcommands register(Repo, 'repo', 'repo <command>', 'Commands for norad security repos housing security tests.') register(Sectest, 'sectest', 'sectest <command>', 'Commands to create new security tests.') end end
Version data entries
7 entries across 7 versions & 1 rubygems