lizmat / App-Rak

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

Help has typo #18

Closed finanalyst closed 1 year ago

finanalyst commented 1 year ago

Note the starts--with. Partial output from $ rak --help:

Pattern specification:
 foo                      literal string
 '/ << bar >> /'          Raku regex indicated by being bounded by / /
 '{ .ends-with("bar") }'  Raku code indicated by being bounded by { }
 '*.starts--with("foo")'  Raku WhateverCode starting with *.
either as first argument, or as --pattern=foo option
lizmat commented 1 year ago

Thanks! Fixed with https://github.com/lizmat/App-Rak/commit/5037eed969