-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently, the program does not accept any command line arguments.
For ease of use, it would be a good idea to change that.
For example, if a boolean expression is supplied as a command line argument (as below), parse and process it right away,
then exit.
$ booltool "a & b -> c"
Or maybe even allow supplying multiple at the same time, for processing in order:
$ booltool "a & b" "c & b -> d" "g -> !(f | d)"
A flag like -i could then, if supplied, prompt the program to enter the current default interactive mode.
Should be quite straightforward to implement.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed