diff --git a/Cargo.toml b/Cargo.toml index f235968..fcec5e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,5 @@ shellwords = "1" strip = true lto = true codegen-units = 1 -opt-level = "z" # Optimize for size. \ No newline at end of file +opt-level = "z" # Optimize for size. + diff --git a/README.md b/README.md index ba02863..ea7e35b 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,4 @@ Write text to the terminal. |`text`| String | the text to type in the terminal, each character will be entered one by one with some delay | |`msec`| Integer | delay between typed chars in millisecs | |`color` (optional)| String | text's color: `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `white` or a brighter variant, for example `bright_red` | + diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..b2a4ba5 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1 @@ +# nothing here