about summary refs log tree commit diff stats
path: root/lib/Lacerta/CLI.rakumod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Lacerta/CLI.rakumod')
-rw-r--r--lib/Lacerta/CLI.rakumod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lacerta/CLI.rakumod b/lib/Lacerta/CLI.rakumod
index ad52e0c..c096866 100644
--- a/lib/Lacerta/CLI.rakumod
+++ b/lib/Lacerta/CLI.rakumod
@@ -8,6 +8,7 @@ proto MAIN(|) is export {unless so @*ARGS {put $*USAGE; exit}; {*}}
 multi sub MAIN(
     Str $input where *.IO.f = "input", #= input log file to parse
     Str :$profile-name = "Andinus", #= your WhatsApp profile name
+    Int :$no-of-spoken = 3, #= number of Most Spoken columns
 ) is export {
     #| Parses the WhatsApp logs.
     grammar WhatsApp {
@@ -34,7 +35,6 @@ multi sub MAIN(
     my List @data;
     my List @given-data;
     my List @most-spoken-data;
-    my Int $no-of-spoken = 8;
 
     $timed = now;
     Spinner.new(:type<bounce>).await: Promise.start: {