Sha256: e6eea51838cd800afe354814f3f0dec7beff317ff92ea052a1ed953ba0784389
Contents?: true
Size: 268 Bytes
Versions: 29
Compression:
Stored size: 268 Bytes
Contents
module Negroku::CLI # This is the default negroku command # Here we'll manage the main interative cli ui command :negroku do |c| c.default_command :ask c.command :ask do |s| s.action do |global_options,options,args| end end end end
Version data entries
29 entries across 29 versions & 1 rubygems