ruby / irb

interactive Ruby
BSD 2-Clause "Simplified" License
393 stars 119 forks source link

Return only commands when completing help command's argument #973

Closed st0012 closed 4 months ago

st0012 commented 5 months ago

The command only takes command names as arguments, so we should only return command names as candidates.

This will help users find a command faster as completion will be another useful hint too.