Sha256: 1b2f9e0e2c32847481f6abca56138bd311b1f97cf15c4409942284acc27bcbe0
Contents?: true
Size: 325 Bytes
Versions: 36
Compression:
Stored size: 325 Bytes
Contents
module GLI module Commands module HelpModules class CompactSynopsisFormatter < FullSynopsisFormatter protected def sub_options_doc(sub_options) if sub_options.empty? '' else '[subcommand options]' end end end end end end
Version data entries
36 entries across 36 versions & 1 rubygems