dubrowgn / tcalc

A featureful calculator for when you want to do math in a terminal.
MIT License
9 stars 0 forks source link

Starting an expression with '-' fails #1

Closed dubrowgn closed 7 years ago

dubrowgn commented 7 years ago

Starting an expression with '-' fails with an unrecognized option error.

$ tcalc "-1+10"
Unrecognized option: '1'.
Usage: tcalc [OPTION] EXPRESSIONS
Try 'tcalc --help' for more information.