packages feed

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

module Matterhorn.Command where

import Data.Text ( Text )

import Matterhorn.Types ( MH, Cmd, CmdArgs )

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