`fish_logo --help` crashed my computer
sentriz opened this issue ยท 4 comments
sentriz commented
but fish_logo anythingelse
works as expected
laughedelic commented
@sentriz well done! ๐ฅ You found a way to break this super simple function ๐
It gets stuck because --help
is passed to set_color
:
fish_logo/functions/fish_logo.fish
Line 13 in 2284351
Thanks for the report, I will add a handler for the --help
flag.
sentriz commented
๐๐๐
d0x2f commented
Happened to me as well.
laughedelic commented
Sorry everyone that it took me so long to get back to this, but now it should be fixed, thanks to the PR from @amiller27