module Pog
Defined in:
pog.crpog/args.cr
pog/logger.cr
Constant Summary
-
Args =
{"command" => "", "flags" => [] of String, "dir" => Path.new}
-
ARGV_before =
[] of String
-
Version =
{{ (((read_file("./shard.yml")).split("version: "))[1].split("\n"))[0] }}