Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
6faed528
Commit
6faed528
authored
Jan 15, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go/zodb/zodbtools: TODO (cmp, analyze)
parent
aa1d7e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
go/zodb/zodbtools/main.go
go/zodb/zodbtools/main.go
+2
-0
No files found.
go/zodb/zodbtools/main.go
View file @
6faed528
...
@@ -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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment