new map subcommand, basically working
Still todo: - add repos from uuid.log that were not directly found - group repos into their respective hosts - display inaccessible repos and broken remote connections in red - anonymize the url display somewhat, so the maps can be shared - use uuid info to tell when two apparently different repos are actually the same repo accessed in different ways
This commit is contained in:
parent
14bc885de9
commit
0c7d17ae06
6 changed files with 185 additions and 6 deletions
|
@ -38,6 +38,7 @@ import qualified Command.Uninit
|
|||
import qualified Command.Trust
|
||||
import qualified Command.Untrust
|
||||
import qualified Command.Semitrust
|
||||
import qualified Command.Map
|
||||
|
||||
cmds :: [Command]
|
||||
cmds = concat
|
||||
|
@ -64,6 +65,7 @@ cmds = concat
|
|||
, Command.DropUnused.command
|
||||
, Command.Find.command
|
||||
, Command.Migrate.command
|
||||
, Command.Map.command
|
||||
]
|
||||
|
||||
options :: [Option]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue