Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add proper option parsing to the various executables #43

Open
mhuesch opened this issue Aug 18, 2021 · 0 comments
Open

add proper option parsing to the various executables #43

mhuesch opened this issue Aug 18, 2021 · 0 comments
Assignees

Comments

@mhuesch
Copy link
Contributor

mhuesch commented Aug 18, 2021

this would allow us to add a --verbose/-v flag which could emit debug info. most of the time, we probably don't want to see that.

rle emits a potentially gigantic printout of the Sto at the end of an evaluation. we probably only want that when it's necessary.

in rli, we could support toggling verbosity (and perhaps other things) inside of the REPL, so that the whole session wouldn't have to be dumped in order to switch.

@mhuesch mhuesch self-assigned this Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant