whereused implemented
except --historical Sponsored-by: Jack Hill on Patreon
This commit is contained in:
parent
12e48fcebe
commit
47d3dccf19
6 changed files with 84 additions and 5 deletions
|
@ -72,6 +72,7 @@ import qualified Command.FilterBranch
|
|||
import qualified Command.Find
|
||||
import qualified Command.FindRef
|
||||
import qualified Command.Whereis
|
||||
import qualified Command.WhereUsed
|
||||
import qualified Command.List
|
||||
import qualified Command.Log
|
||||
import qualified Command.Merge
|
||||
|
@ -207,6 +208,7 @@ cmds testoptparser testrunner mkbenchmarkgenerator = map addGitAnnexGlobalOption
|
|||
, Command.Find.cmd
|
||||
, Command.FindRef.cmd
|
||||
, Command.Whereis.cmd
|
||||
, Command.WhereUsed.cmd
|
||||
, Command.List.cmd
|
||||
, Command.Log.cmd
|
||||
, Command.Merge.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue