packages feed

kiroku-cli-0.1.0.0: src/Kiroku/Cli.hs

module Kiroku.Cli (
    KirokuCommand (..),
    kirokuCommandParser,
    kirokuParserInfo,
    kirokuSubparser,
    runKirokuCommand,
    runKirokuCommandWithStore,
    renderKirokuCommandWithStore,
) where

import Kiroku.Cli.Command (KirokuCommand (..))
import Kiroku.Cli.Parser (kirokuCommandParser, kirokuParserInfo, kirokuSubparser)
import Kiroku.Cli.Run (renderKirokuCommandWithStore, runKirokuCommand, runKirokuCommandWithStore)