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