Sha256: 2a70efdc4e58db58e995bb2fceb305aed97d96cb674bf49089b115ad07775b2d
Contents?: true
Size: 184 Bytes
Versions: 2
Compression:
Stored size: 184 Bytes
Contents
require 'thor' require 'thor/group' require 'yun/commands/node_command' module Yun class CLI < Thor register Node, :node, "node", "commands for node" end end Yun::CLI.start
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yun-0.0.2 | lib/yun/cli.rb |
yun-0.0.1 | lib/yun/cli.rb |