Sha256: 3d794af83a5035b402c9f18e8e7eb9701acac5cf9d34b6db961a2ef9f904ffc4
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
# -*- coding: utf-8 -*- module DirCat class CliDirCat < OptParseCommand::CliMain def self.command "dircat" end def self.description "Simple set of command to build catalogs of files.\n" + "Code https://github.com/tokiro/dircat. Feedback to tokiro.oyama@gmail.com" end def self.version DirCat::version end def defaults OpenStruct.new( :verbose => true, :force => false ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dircat-0.1.9 | lib/dircat/cli/cli_dircat.rb |