whereis: Prints the urls of files that the web special remote knows about.
This commit is contained in:
parent
8fbc529d68
commit
cb631ce518
12 changed files with 37 additions and 12 deletions
|
@ -55,6 +55,8 @@ data RemoteA a = Remote {
|
|||
-- Some remotes can check hasKey without an expensive network
|
||||
-- operation.
|
||||
hasKeyCheap :: Bool,
|
||||
-- Some remotes can provide additional details for whereis.
|
||||
whereisKey :: Maybe (Key -> a [String]),
|
||||
-- a Remote can have a persistent configuration store
|
||||
config :: Maybe RemoteConfig,
|
||||
-- git configuration for the remote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue