unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.CommandLine.InputPatterns

Description

This module defines InputPattern values for every supported input command.

Synopsis

Input commands

Misc

patternMap :: Map String InputPattern Source #

A map of all command patterns by pattern name or alias.

unifyArgument :: Argument -> String Source #

Converts an arbitrary argument to a String. This is for cases where the command should accept a structured argument of some type, but currently wants a String.