laughedelic/fish_logo

`fish_logo --help` crashed my computer

sentriz opened this issue ยท 4 comments

but fish_logo anythingelse works as expected

@sentriz well done! ๐Ÿฅ‡ You found a way to break this super simple function ๐Ÿ˜‚

It gets stuck because --help is passed to set_color:

set o (set_color $outer_color)

Thanks for the report, I will add a handler for the --help flag.

๐Ÿ˜Ž๐Ÿ˜Ž๐Ÿ˜Ž

d0x2f commented

Happened to me as well.

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