lib/alf/shell/command.rb in alf-shell-0.14.0 vs lib/alf/shell/command.rb in alf-shell-0.15.0
- old
+ new
@@ -1,21 +1,5 @@
-module Alf
- module Command
- module ClassMethods
-
- # @return true
- def command?
- true
- end
-
- # @return false
- def operator?
- false
- end
-
- end # module ClassMethods
- end # module Command
-end # module Alf
require_relative 'command/main'
-require_relative 'command/exec'
require_relative 'command/help'
require_relative 'command/show'
+require_relative 'command/metadata'
+require_relative 'command/explain'