Initial commit

This commit is contained in:
Tristan Ancelet
2026-02-23 10:30:03 -06:00
commit b91ecad7e5
10 changed files with 339 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
module CliGenerator::Regex
INPUT_DATETIME_REGEX = /^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$/
INPUT_DATE_REGEX = /^[0-9]{4}-[0-9]{2}-[0-9]{2}$/
end