update main.rs
This commit is contained in:
@@ -22,6 +22,7 @@ use opt::{
|
||||
fn main() -> XResult<()> {
|
||||
let options = Options::new_and_parse_args()?;
|
||||
if options.version {
|
||||
// TODO ...
|
||||
print_message(MessageType::INFO, "VERSION!!!");
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user