Sha256: 778f39e52b4587c332227b0b9027c0b821e2fa6dbf677de949541fb8ff189d61

Contents?: true

Size: 577 Bytes

Versions: 1

Compression:

Stored size: 577 Bytes

Contents

o Somehow escape comments where a line starts with an option name
o 'help' should list commands in declaration order
o 'help' should use all levels by default
o 'help' should always include top-level options (try setting levels: 10 and
  see top-level options are gone
o Special handling of --help arguments so that '--help command' is possible
o Support for paging of help:
    begin 
      file = Tempfile.new("prick") 
      file.puts HELP.split("\n").map { |l| l.sub(/^  /, "") } 
      file.flush 
      system "less #{file.path}" 
    ensure 
      file.close 
    end 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shellopts-2.0.0.pre.14 TODO