arnaud-m / cryptator

A constraint-based cryptarithm solver
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

[FEATURE] Provide CLI help option #141

Closed arnaud-m closed 1 year ago

arnaud-m commented 1 year ago

Is your feature request related to a problem? Please describe.

At this time, the help message is displayed if there is no arguments or invalid arguments. This is no general description of the command, only a description of the options.

Describe the solution you'd like

Provide usage examples

CMD  ## short
CMD -h ## long
CMD --help ## long
arnaud-m commented 1 year ago