mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-01-22 16:46:56 +01:00
15 lines
280 B
Crystal
15 lines
280 B
Crystal
require "spec"
|
|
require "file_utils"
|
|
require "../src/blahaj"
|
|
|
|
module Blahaj
|
|
CLI = {
|
|
"background" => false,
|
|
"color" => "trans",
|
|
"flag" => false,
|
|
"shark" => false,
|
|
"individual" => false,
|
|
"multiplier" => 1,
|
|
"words" => false,
|
|
}
|
|
end
|