summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2016-04-01 21:20:13 -0400
committerJoey Hess2016-04-01 21:20:13 -0400
commit1dc914a71c94e0395641565e5891a2dc33ba1b35 (patch)
tree111e664f59d9c961dbf06e617201f9e9cfdfbfa5 /src/Propellor/Types/CmdLine.hs
parent93b083f3a1204a7cf4452b5ebd589dd77d25dbac (diff)
separate propellor --init
Diffstat (limited to 'src/Propellor/Types/CmdLine.hs')
-rw-r--r--src/Propellor/Types/CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Types/CmdLine.hs b/src/Propellor/Types/CmdLine.hs
index 558c6e8b..0773d9d9 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -28,4 +28,5 @@ data CmdLine
| ChrootChain HostName FilePath Bool Bool
| GitPush Fd Fd
| Check
+ | Init
deriving (Read, Show, Eq)