Remove test binary and test.cr

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ATnpoEGXj4RyuMoBLGWcjs
This commit is contained in:
2026-08-10 07:59:02 -05:00
parent bc0f56fda9
commit 519c8dcd44
-14
View File
@@ -1,14 +0,0 @@
require "./src/cligen"
module MyModule
@[CliGen::CommandInfo(description: "HI")]
class MyTest < CliGen::Command
argument(myvar : Int32, long: "--myvar VAR", description: "To do thing")
def main
puts @myvar
end
end
CliGen::App.process
end