catks/webcommand

View on GitHub
exe/webcommand

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby

require 'thor'
require_relative '../lib/webcommand'

Webcommand::CLI.start(ARGV)