|
|
@ -22,7 +22,7 @@ fn process_message(fumofile_contents: &mut String, message: &str) -> String { |
|
|
|
fn main() { |
|
|
|
fn main() { |
|
|
|
// get command line arguments
|
|
|
|
// get command line arguments
|
|
|
|
let matches = App::new("fumosay") |
|
|
|
let matches = App::new("fumosay") |
|
|
|
.version("0.2.0") |
|
|
|
.version("0.3.0") |
|
|
|
.author("Unbewohnte | Nikolay Kasyanov <https://github.com/Unbewohnte>") |
|
|
|
.author("Unbewohnte | Nikolay Kasyanov <https://github.com/Unbewohnte>") |
|
|
|
.about("cowsay, but with soft friends") |
|
|
|
.about("cowsay, but with soft friends") |
|
|
|
.arg( |
|
|
|
.arg( |
|
|
|