finished converting all the main options
This commit is contained in:
parent
5cc882a35e
commit
6a4f2087be
22 changed files with 165 additions and 122 deletions
|
@ -39,11 +39,11 @@ data RefChange = RefChange
|
|||
type Outputter = Bool -> POSIXTime -> [UUID] -> Annex ()
|
||||
|
||||
cmd :: Command
|
||||
cmd = withOptions options $
|
||||
cmd = withGlobalOptions options $
|
||||
command "log" SectionQuery "shows location log"
|
||||
paramPaths (withParams seek)
|
||||
|
||||
options :: [Option]
|
||||
options :: [GlobalOption]
|
||||
options = passthruOptions ++ [gourceOption] ++ annexedMatchingOptions
|
||||
|
||||
passthruOptions :: [Option]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue