From 3eeb040e4fa8e4f00e7e8338f1e7f4b6918255da Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 23 Apr 2015 14:54:49 -0500 Subject: [PATCH] v1 - JSON Support --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8adb69..e0cbe07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ boltprint ========= -A quick Go program for printing out BoltDB files \ No newline at end of file +A quick Go program for printing out BoltDB files + +Usage: +boltprint [format] + +If the 'format' option is not provided then a very basic 'tree' will be output +Currently the only format that is supported is json. + +Disabled Feature: +There is an option in the code to generate a test database file, just look at the 'gentest' branch of the parameter test. \ No newline at end of file