headroom-0.1.0.0: License Header Manager
Copyright(c) 2019-2020 Vaclav Svejcar
LicenseBSD-3
Maintainervaclav.svejcar@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Headroom.Command.Run

Description

Logic for the run command, used to add or replace license headers in source code files.

Synopsis

Documentation

commandRun Source #

Arguments

:: RunOptions

Run command options

-> IO ()

execution result

Handler for Run command.