packages feed

matterhorn-50200.16.0: src/Matterhorn/Command.hs-boot

module Matterhorn.Command where

import Data.Text ( Text )

import Network.Mattermost.Types ( TeamId )
import Matterhorn.Types ( MH, Cmd, CmdArgs )

commandList :: [Cmd]
printArgSpec :: CmdArgs a -> Text
dispatchCommand :: TeamId -> Text -> MH ()