Forgot to add some things

This commit is contained in:
Tristan Ancelet
2026-02-23 15:40:19 -06:00
parent 21a2b0d972
commit 4073706c45

View File

@@ -1,4 +1,6 @@
require "option_parser" require "option_parser"
require "./regex"
require "./format"
module CliGen module CliGen
VERSION = "0.1.0" VERSION = "0.1.0"