Sha256: 78f39add21af47e35a42b1f8ad7cb7ed0216afd5f9144c1e59401bd955e10811
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
require "law/japan" require "thor" class Law::Japan::CLI < Thor desc "install", "Install git repo" def install e_gov = Law::Japan::EGov::CLI.new e_gov.install end desc "update", "Pull the latest data" def update e_gov = Law::Japan::EGov::CLI.new e_gov.pull end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
law-japan-0.0.2 | lib/law/japan/cli.rb |