about summary refs log tree commit diff stats
path: root/lib/Octans/CLI.rakumod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-06-14 19:30:13 +0530
committerAndinus <andinus@nand.sh>2021-06-14 20:49:49 +0530
commit17f99511f42d754d9fb230f5b37fa216fc4d7d47 (patch)
tree5adc77596a3f5e2cb4db64a1a0b4fc4bc82cde3e /lib/Octans/CLI.rakumod
parentde49eebc753ae2e8472f508bf31739af784be6b9 (diff)
downloadoctans-17f99511f42d754d9fb230f5b37fa216fc4d7d47.tar.gz
Bump version, update auth, lowercase chars v0.2.1
Diffstat (limited to 'lib/Octans/CLI.rakumod')
-rw-r--r--lib/Octans/CLI.rakumod4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Octans/CLI.rakumod b/lib/Octans/CLI.rakumod
index 3a5be30..f3501df 100644
--- a/lib/Octans/CLI.rakumod
+++ b/lib/Octans/CLI.rakumod
@@ -16,8 +16,8 @@ multi sub MAIN(
     my Str @dict = $dict.IO.lines.grep(*.chars >= $length);
 
     my $puzzle = $path.IO.f
-    ?? Puzzle.new(grids => $path.IO.lines.map(*.words.Array))
-    !! get-puzzle($path);
+                  ?? Puzzle.new(grids => $path.IO.lines.map(*.lc.words.Array))
+                  !! get-puzzle($path);
 
     if so $verbose {
         # Don't print path if using the dictionary included with the