summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-23 14:26:46 -0400
committerJoey Hess2015-09-23 14:26:46 -0400
commit050137a2694182685cd0c35479476c1cdbe8d699 (patch)
treea64610496c4ae7379eafb5c2430422f381fbfcf7 /src/Propellor/Types/CmdLine.hs
parent65ef400d40170e8331c6e556d2abb911556f2b5a (diff)
parent4ded5bf3d9cd878d00adc7b9a6063b44d528094c (diff)
Merge branch 'joeyconfig'
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 96949957..50908514 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -15,6 +15,7 @@ data CmdLine
| Edit PrivDataField Context
| ListFields
| AddKey String
+ | RmKey String
| Merge
| Serialized CmdLine
| Continue CmdLine