class Morpheus::Cli::RemoveFileCommand

This is for deleting files and directories!

Public Instance Methods

handle(args) click to toggle source
# File lib/morpheus/cli/commands/rm_command.rb, line 9
def handle(args)
  print_red_alert "#{command_name} is not yet supported"
  return -1
end