lib/command/test.rb in cpl-0.4.1 vs lib/command/test.rb in cpl-0.5.0

- old
+ new

@@ -6,12 +6,12 @@ module Command class Test < Base NAME = "test" OPTIONS = all_options DESCRIPTION = "For debugging purposes" - LONG_DESCRIPTION = <<~HEREDOC + LONG_DESCRIPTION = <<~DESC - For debugging purposes - HEREDOC + DESC HIDE = true def call # Change code here to test. # You can use `debugger` to debug.