Fix bug where you weren't able to use both the -q and -j flags at the same time
I don't think I like the way this is done, I think it should be how it was before, but when its actually printed to the terminal it should remove the appended new line
Fix bug where you weren't able to use both the -q and -j flags at the same time
This will add an additional new line at the end of the output which might not look right
VylpesTester
deleted branch feature/199-ts-jest-29-2 from RabbitLabs/random-bunny
2024-10-19 20:32:50 +01:00
Update jest dependencies to their latest versions
20c3d2daf1
Fix linting issues
3c4f8b8099
Fix embed not removing components after you run out
f98fecb774
Register button event
6e7e4a15ac
Create sacrifice button handler
ee696a5111
Create keep button handler
Fix bug where you weren't able to use both the -q and -j flags at the same time
I feel like there could be a better way to do this? As now we have the output kinda splintered. I suggest maybe we have the json object created in a separate function, and then split to human-readable if -j
isn't present