Print numbers from a start value for each count argument.
gem install dorian-timesAlso included in the aggregate gem:
gem install doriantimes [options] count [count ...]Run times -h for generated option details and times -v for the installed version.
- Defaults to starting at 1. Use
--start/-sto change the first number.
times 3Output:
1
2
3
times --start 0 3Output:
0
1
2