nolasaint / number-spacer

golang utility for generating lists of numbers spaced according to various algorithms
The Unlicense
0 stars 0 forks source link

Add command-line support #1

Open nolasaint opened 7 months ago

nolasaint commented 7 months ago

Add a command-line interface to number-spacer. The CLI should allow have a help screen, allow --algorithm, validate required input parameters, and output results in a simple space-delimited list.

Notes: