mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-03-17 19:18:57 +01:00
This is too code-base breaking to break into usable commits: - OOP-ify everything - Pass Procs and simplify the colorizing methods instead of using Macros - Improve -i and -w by not moving to the next color if it's whitespace - Test option parse (spec) - Create a global typesafe config instead of using a Hash
3 lines
60 B
Crystal
3 lines
60 B
Crystal
require "spec"
|
|
require "file_utils"
|
|
require "../src/blahaj"
|