add FIELD?=GLOB to git-annex view usage
And also to vadd usage. Also added some other things to the usage that were omitted before to save space. Adding even FIELD?=GLOB made the git-annex --help list of commands grow too wide for an 80 column display. So, removed the description of parameters from that list of commands. Sponsored-By: Brock Spratlen on Patreon
This commit is contained in:
parent
aa0350ff49
commit
c209e0f643
4 changed files with 4 additions and 9 deletions
|
@ -66,7 +66,7 @@ noMessages c = c { cmdnomessages = True }
|
|||
|
||||
{- Adds a fallback action to a command, that will be run if it's used
|
||||
- outside a git repository. -}
|
||||
noRepo :: (String -> Parser (IO ())) -> Command -> Command
|
||||
noRepo :: (CmdParamsDesc -> Parser (IO ())) -> Command -> Command
|
||||
noRepo a c = c { cmdnorepo = Just (a (cmdparamdesc c)) }
|
||||
|
||||
{- Adds Annex options to a command. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue