Introduce version command

This commit is contained in:
Odin Dutton
2019-08-19 11:30:29 +10:00
parent 81d83d7655
commit 4de6c941e1
3 changed files with 45 additions and 0 deletions

View File

@ -194,6 +194,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(Save),
whole_stream_command(Table),
whole_stream_command(VTable),
whole_stream_command(Version),
whole_stream_command(Which),
]);
}