Currently executing `boltbrowser --help` creates a file with name `--help` in the current working directory, which is counterintuitive. This commit adds command-line flags support to boltbrowser and changes it to print out the usage message instead.
boltbrowser
A CLI Browser for BoltDB Files
Installing
Install in the standard way:
go get github.com/br0xen/boltbrowser
Then you'll have boltbrowser
in your path.
Pre-built Binaries
Here are pre-built binaries:
Usage
Just provide a BoltDB filename to be opened as the first argument on the command line:
boltbrowser <filename>
Description
Version 2.0
Latest
Languages
Go
100%