Sha256: de095e12f2e3c43f095592e003350ec2c07b8a099ebbd1102a27d3fc8c451ab9
Contents?: true
Size: 317 Bytes
Versions: 3
Compression:
Stored size: 317 Bytes
Contents
#!/usr/bin/env ruby require "policy/cli" # Scaffolders runner from the command line class CLI < Thor register( Policy::CLI, "new", "new NAME[ -a attribute[ attribute]][ -l en[ ru]][ -n namespace]", "Scaffolds a policy object with a specification and translations." ) end # class CLI CLI.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
policy-2.0.0 | bin/policy |
policy-1.2.0 | bin/policy |
policy-1.1.0 | bin/policy |