App.Send
Description
Simple command-line tool to connect to the sequencer and send a single cmd. It's a cmdline version of App.Repl.
data Flag Source #
Constructors
Defined in App.Send
Methods
showsPrec :: Int -> Flag -> ShowS #
show :: Flag -> String #
showList :: [Flag] -> ShowS #
(==) :: Flag -> Flag -> Bool #
(/=) :: Flag -> Flag -> Bool #
options :: [GetOpt.OptDescr Flag] Source #
main :: IO () Source #
substitute :: [Text] -> IO [Text] Source #
query :: Text -> IO Text Source #
timed :: DeepSeq.NFData a => IO a -> IO (a, Double) Source #
now :: IO DiffTime Source #