Sha256: 0b386d703a2e1912ef09cff844e90971b3424ebd11ff77b96958ad875679207c
Contents?: true
Size: 567 Bytes
Versions: 6
Compression:
Stored size: 567 Bytes
Contents
module Pione module Command # PioneAction is a command definition of "pione action" for executing # literate action. class PioneAction < BasicCommand # # basic informations # define(:name, "action") define(:desc, "execute an action in literate action document") # # subcommands # require 'pione/command/pione-action-exec' require 'pione/command/pione-action-list' require 'pione/command/pione-action-print' end PioneCommand.define_subcommand("action", PioneAction) end end
Version data entries
6 entries across 6 versions & 1 rubygems