module Commands
    class Rm < Base
      match(/^rm([\s])?(?<file>.*)$/)

      def self.call(client, data, match)