class Morpheus::Cli::TeeCommand
This is for writing STDIN to files(s)
Public Instance Methods
Source
# File lib/morpheus/cli/commands/tee_command.rb, line 9 def handle(args) print_red_alert "#{command_name} is not yet supported" return -1 end
This is for writing STDIN to files(s)
# File lib/morpheus/cli/commands/tee_command.rb, line 9 def handle(args) print_red_alert "#{command_name} is not yet supported" return -1 end