Sha256: 6e87268ef3d61d2902289c40da541c2da78fc74168b178b53d7c2771ee0010cf
Contents?: true
Size: 397 Bytes
Versions: 4
Compression:
Stored size: 397 Bytes
Contents
# encoding: utf-8 module Middleman module Presentation module Cli # Run command class Runner < Thor desc 'init', 'Initialize system, presentation, ...' subcommand 'init', Init desc 'show', 'Show information ...' subcommand 'show', Show desc 'create', 'Create something...' subcommand 'create', Create end end end end
Version data entries
4 entries across 4 versions & 1 rubygems