Switch to proper standalone executable with Thor

This commit is contained in:
David Heinemeier Hansson
2023-01-14 11:31:37 +01:00
parent bf98a0308c
commit fed64ef244
28 changed files with 387 additions and 307 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require "mrsk/cli"
Mrsk::Cli::Main.start(ARGV)