vsm 0.1.1

A simple, interactive, command line vim session file manager.
Documentation
1
2
3
4
5
6
//!Expose public cli interfaces

mod commands;
mod wrapper;

pub use wrapper::Cli;