mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Rename Output to Renderer.
This commit is contained in:
parent
d28ab9041d
commit
d174a0c8c8
@ -16,9 +16,9 @@ import qualified Data.ByteString.Lazy as B2
|
||||
import Options.Applicative
|
||||
import System.FilePath
|
||||
|
||||
data Output = Unified | Split
|
||||
data Renderer = Unified | Split
|
||||
|
||||
data Argument = Argument { output :: Output, sourceA :: FilePath, sourceB :: FilePath }
|
||||
data Argument = Argument { output :: Renderer, sourceA :: FilePath, sourceB :: FilePath }
|
||||
|
||||
arguments :: Parser Argument
|
||||
arguments = Argument
|
||||
|
Loading…
Reference in New Issue
Block a user