Skip to content

Commit

Permalink
Fix ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
est357 committed Dec 22, 2021
1 parent 240e290 commit 088453d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
```
Expand Down
2 changes: 1 addition & 1 deletion src/process_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(&[
Expand Down

0 comments on commit 088453d

Please sign in to comment.