From 088453dfa4fe97bf871c3250b3f1f960740a345d Mon Sep 17 00:00:00 2001 From: est357 Date: Wed, 22 Dec 2021 07:02:53 +0200 Subject: [PATCH] Fix ver. --- README.md | 4 ++-- src/process_args.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 410aaf7..40e3c46 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It displays the CA on the terminal with whatever character you pass in ascii or Help from the command itself is, I think, self-explanatory: ``` -ca-term 0.0.3 +ca-term 0.0.4 Author: est357 Description: Cellular automata for terminal @@ -53,7 +53,7 @@ cargo install ca-term ### Misc -By default it disables line wrap. Usual signals are handled but if you, for example, `kill -9` the process you will end up with unwrapped lines in the terminal. +By default it disables line wrap. Usual signals are handled but if you, for example, `kill -9` the process, you will end up with unwrapped lines in the terminal. To disable/enable line wrap in your terminal do this: ``` diff --git a/src/process_args.rs b/src/process_args.rs index ce6ac00..8ce3729 100644 --- a/src/process_args.rs +++ b/src/process_args.rs @@ -17,7 +17,7 @@ pub fn process_args() -> (u32, u32, u8, u64, u8, char) { let app = App::new("ca-term") .setting(AppSettings::ArgRequiredElseHelp) - .version("0.0.3") + .version("0.0.4") .about("Description: Cellular automata for terminal") .author("Author: est357") .args(&[