-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a version flag to `pebble` and `pebble db` which prints the supported format versions. ``` $ go run ./cmd/pebble --version pebble benchmarking/introspection tool supported Pebble format versions: 13-19 $ go run ./cmd/pebble db --version DB introspection tools supported Pebble format versions: 13-19 ```
- Loading branch information
1 parent
33e4a33
commit 6b0e4c8
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters