lib/tetra/main.rb in tetra-0.49.0 vs lib/tetra/main.rb in tetra-0.50.0
- old
+ new
@@ -56,9 +56,15 @@
"Create or refresh all specs, archives, scripts",
Tetra::GenerateAllSubcommand
)
subcommand(
+ "patch",
+ "Saves changes in source files for inclusion in a patch",
+ Tetra::PatchSubcommand
+ )
+
+ subcommand(
"move-jars-to-kit",
"Locates jars in src/ and moves them to kit/",
Tetra::MoveJarsToKitSubcommand
)