lizmat / App-Rak

21st century grep / find / ack / ag / rg on steroids
Artistic License 2.0
152 stars 7 forks source link

Use of uninitialized value element of type Any in string context. #16

Closed demanuel closed 1 year ago

demanuel commented 1 year ago

I'm just doing:

prompt $ rak --help

.....

Option format:
 --foo      Option "foo" is True
 --/foo     Option "foo" is False
 --no-foo   Option "foo" is False
 --foo=bar  Option "foo" is "bar"
Use of uninitialized value element of type Any in string context.
Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
  in block  at /home/demanuel/.rakubrew/versions/moar-master/install/share/perl6/site/sources/B83F4237373A0EFC08A9177A5593B0E12D0FDB31 (CLI::Help) line 14

Unknown help category:
prompt $
lizmat commented 1 year ago

Thanks for the report. This is now fixed in the repo, and will be in the next release!

lizmat commented 1 year ago

0.98 has just been released. A zef update && zef upgrade App::Rak should give you the newest version with the fix.