-
Notifications
You must be signed in to change notification settings - Fork 6
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
FAQ/Common issues #60
Comments
Sorry to hear about that, definitely open to improving the documentation!
FWIW, whenever I work with the TUI I do it by running the actual executable. I.e. using
Ah, that would be a bug. We should forward any |
I remembered seeing the issues about it not working through |
The TUI works with Things work with Cabal if you invoke the tests using The |
This is mostly a case of me spending 3 hours trying to work out why some things weren't working, and diving into
brick
andvty
to no avail and discovering that the problem was silly little things on my end -- but I couldn't find any mention of them online anywhere. I wonder if they are worth documenting somewhere to ensure nobody does the same things as me, but gives up trying to getsandwich
working.Namely:
cabal test --test-options=--tui
does now work, but it will cut off the tui at 80 columns.terminalUICustomExceptionFormatters
, it will be ignored if you userunSandwichWithCommandLineArgs
and--tui
.The text was updated successfully, but these errors were encountered: