Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 351 Bytes

TODO.md

File metadata and controls

13 lines (12 loc) · 351 Bytes

argparser gem TODO list

  1. Testing bash and rb scripts
  2. CPU Profiling
    • remove eval
  3. More sophisticated output of printed_help
  term_width = ENV['COLUMNS'] || `tput columns` || 80
  width = opts.reduce(0){|max, o| (sz = o.first.size) > max ? sz : max}
  help_width = term_width - (width += 1)
  if help_width < 32...
  1. RDocs