aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/info.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor bolt CLI.Ben Johnson2015-04-141-26/+0
|
* new line after page size info printBaiju Muthukadan2015-02-281-1/+1
|
* Add Open() options, flock timeout.Ben Johnson2014-06-211-1/+1
| | | | | | | | This commit changes Open() to provide an additional Options argument. The options argument currently only has a Timeout which will cause the Open() to return ErrTimeout if a file lock cannot be obtained in time. Fixes #207.
* Add 'bolt info'.Ben Johnson2014-05-081-0/+26