2015-04-18 20:09:09 +00:00
|
|
|
{- git-annex command
|
|
|
|
-
|
|
|
|
- Copyright 2015 Joey Hess <id@joeyh.name>
|
|
|
|
-
|
2019-03-13 19:48:14 +00:00
|
|
|
- Licensed under the GNU AGPL version 3 or higher.
|
2015-04-18 20:09:09 +00:00
|
|
|
-}
|
|
|
|
|
|
|
|
module Command.Required where
|
|
|
|
|
|
|
|
import Command
|
|
|
|
import Logs.PreferredContent
|
|
|
|
import qualified Command.Wanted
|
|
|
|
|
2015-07-08 16:33:27 +00:00
|
|
|
cmd :: Command
|
2015-04-18 20:09:09 +00:00
|
|
|
cmd = Command.Wanted.cmd' "required" "get or set required content expression"
|
|
|
|
requiredContentMapRaw
|
|
|
|
requiredContentSet
|