package
Version:
v0.0.0-...-31d7de1
Opens a new window with list of versions in this module.
Published: Feb 28, 2023
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var App = &cli.App{
Name: "ldb",
Usage: "CRUD leveldb files",
EnableBashCompletion: true,
UseShortOptionHandling: true,
HideVersion: true,
Commands: []*cli.Command{
putCmd,
listCmd,
showCmd,
deleteCmd,
versionCmd,
},
Flags: []cli.Flag{
directoryFlag,
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.