gabebw / most-used

Find your most-used shell commands
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

Include the first argument as part of some commands (e.g. "spring rspec") #5

Closed gabebw closed 7 years ago

gabebw commented 7 years ago

spring rspec should add 1 to the count for both spring and spring rspec.

gabebw commented 7 years ago

This probably requires argument handling:

$ most-used --include-first-argument=spring,git,g

Try Options.Applicative like unused does.

gabebw commented 7 years ago

Fixed by #6.