lib/transcriptic/command/help.rb in transcriptic-0.1.2 vs lib/transcriptic/command/help.rb in transcriptic-0.1.3
- old
+ new
@@ -1,10 +1,10 @@
module Transcriptic::Command
# list commands and display help
#
class Help < Base
- PRIMARY_NAMESPACES = %w( analyze data history run status sequences)
+ PRIMARY_NAMESPACES = %w(run data)
# help [COMMAND]
#
# list available commands or display help for a specific command
#
\ No newline at end of file