You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1464,6 +1464,61 @@ Only applicable if `--csv-per-line` has been specified. Indicates the character
1464
1464
1465
1465
Flag. Intended for debugging purposes only. When specified, will show the named arguments sent to the `rak` plumbing subroutine just before it isi being called.
1466
1466
1467
+
--rakudo-all
1468
+
------------
1469
+
1470
+
Indicate that **all** the files recognized by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1471
+
1472
+
--rakudo-c
1473
+
----------
1474
+
1475
+
Indicate that the files recognized as `C` programming language files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1476
+
1477
+
--rakudo-doc
1478
+
------------
1479
+
1480
+
Indicate that the files recognized as documentation files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1481
+
1482
+
--rakudo-java
1483
+
-------------
1484
+
1485
+
Indicate that the files recognized as `Java` programming language files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1486
+
1487
+
--rakudo-js
1488
+
-----------
1489
+
1490
+
Indicate that the files recognized as `Javascript` programming language files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1491
+
1492
+
--rakudo-nqp
1493
+
------------
1494
+
1495
+
Indicate that the files recognized as `NQP` related files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1496
+
1497
+
--rakudo-perl
1498
+
-------------
1499
+
1500
+
Indicate that the files recognized as `Perl` programming language files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1501
+
1502
+
--rakudo-raku
1503
+
-------------
1504
+
1505
+
Indicate that the files recognized as `Raku` Programming Language files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1506
+
1507
+
--rakudo-shell
1508
+
--------------
1509
+
1510
+
Indicate that the files recognized as shell scripts / batch files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1511
+
1512
+
--rakudo-test
1513
+
-------------
1514
+
1515
+
Indicate that the files recognized as test related files by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
1516
+
1517
+
--rakudo-yaml
1518
+
-------------
1519
+
1520
+
Indicate that the files recognized as files containing YAML of some sortr by the Rakudo cache (as generated by [`Rakudo::Cache`](https://raku.land/zef:lizmat/Rakudo::Cache)) should be searched.
0 commit comments