From 4073706c45cb24cda370d77effb3a7c3878620ad Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Mon, 23 Feb 2026 15:40:19 -0600 Subject: [PATCH] Forgot to add some things --- src/cligen.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cligen.cr b/src/cligen.cr index a093171..25d6d8c 100644 --- a/src/cligen.cr +++ b/src/cligen.cr @@ -1,4 +1,6 @@ require "option_parser" +require "./regex" +require "./format" module CliGen VERSION = "0.1.0"