Commit 6faed528 authored by Kirill Smelkov's avatar Kirill Smelkov

go/zodb/zodbtools: TODO (cmp, analyze)

parent aa1d7e12
...@@ -25,6 +25,8 @@ import "lab.nexedi.com/kirr/go123/prog" ...@@ -25,6 +25,8 @@ import "lab.nexedi.com/kirr/go123/prog"
// registry of all zodbtools commands // registry of all zodbtools commands
var commands = prog.CommandRegistry{ var commands = prog.CommandRegistry{
// NOTE the order commands are listed here is the order how they will appear in help // NOTE the order commands are listed here is the order how they will appear in help
// TODO analyze ?
// TODO cmp
{"info", infoSummary, infoUsage, infoMain}, {"info", infoSummary, infoUsage, infoMain},
{"dump", dumpSummary, dumpUsage, dumpMain}, {"dump", dumpSummary, dumpUsage, dumpMain},
{"catobj", catobjSummary, catobjUsage, catobjMain}, {"catobj", catobjSummary, catobjUsage, catobjMain},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment