diff --git a/.vscode/settings.json b/.vscode/settings.json index 871c178..1c051c2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,7 +47,7 @@ "octocrab", "onchange", "onclick", - "passcodes", + "passphrases", "paypal", "pgrsql", "plantuml", diff --git a/README.md b/README.md index 105be33..6b95e77 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ The `automation_tasks_rs` helper project contains user-defined tasks in Rust cod You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. This is now your code, your tasks, and your helper Rust project! Because only you know what you want to automate and how to do it. -Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! Basic example (most of the useful functions are already there): ```rust ignore diff --git a/docs/cargo_auto/index.html b/docs/cargo_auto/index.html index 1b66435..5c555f3 100644 --- a/docs/cargo_auto/index.html +++ b/docs/cargo_auto/index.html @@ -221,7 +221,7 @@

diff --git a/docs/cargo_auto_local_lib/index.html b/docs/cargo_auto_local_lib/index.html index 1e5ba39..79147d8 100644 --- a/docs/cargo_auto_local_lib/index.html +++ b/docs/cargo_auto_local_lib/index.html @@ -231,7 +231,7 @@

diff --git a/docs/src/cargo_auto/main.rs.html b/docs/src/cargo_auto/main.rs.html index c4d81a5..502f882 100644 --- a/docs/src/cargo_auto/main.rs.html +++ b/docs/src/cargo_auto/main.rs.html @@ -476,7 +476,7 @@

Files

//! You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. //! This is now your code, your tasks, and your helper Rust project! //! Because only you know what you want to automate and how to do it. -//! Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +//! Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! //! Basic example (most of the useful functions are already there): //! //! ```rust ignore diff --git a/docs/src/cargo_auto_local_lib/lib.rs.html b/docs/src/cargo_auto_local_lib/lib.rs.html index 4f487d1..00d54dc 100644 --- a/docs/src/cargo_auto_local_lib/lib.rs.html +++ b/docs/src/cargo_auto_local_lib/lib.rs.html @@ -520,7 +520,7 @@

Files

//! You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. //! This is now your code, your tasks, and your helper Rust project! //! Because only you know what you want to automate and how to do it. -//! Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +//! Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! //! Basic example (most of the useful functions are already there): //! //! ```rust ignore diff --git a/docs/src/cargo_auto_local_lib/template_new_cli_mod.rs.html b/docs/src/cargo_auto_local_lib/template_new_cli_mod.rs.html index 8df3782..5b0d6f2 100644 --- a/docs/src/cargo_auto_local_lib/template_new_cli_mod.rs.html +++ b/docs/src/cargo_auto_local_lib/template_new_cli_mod.rs.html @@ -5870,7 +5870,7 @@

Files

//! You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. //! This is now your code, your tasks, and your helper Rust project! //! Because only you know what you want to automate and how to do it. -//! Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +//! Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! //! Basic example (most of the useful functions are already there): //! //! ```rust ignore diff --git a/docs/src/cargo_auto_local_lib/template_new_pwa_wasm_mod.rs.html b/docs/src/cargo_auto_local_lib/template_new_pwa_wasm_mod.rs.html index 3d0c07f..34da03d 100644 --- a/docs/src/cargo_auto_local_lib/template_new_pwa_wasm_mod.rs.html +++ b/docs/src/cargo_auto_local_lib/template_new_pwa_wasm_mod.rs.html @@ -13949,7 +13949,7 @@

Files

//! You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. //! This is now your code, your tasks, and your helper Rust project! //! Because only you know what you want to automate and how to do it. -//! Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +//! Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! //! Basic example (most of the useful functions are already there): //! //! ```rust ignore diff --git a/docs/src/cargo_auto_local_lib/template_new_wasm_mod.rs.html b/docs/src/cargo_auto_local_lib/template_new_wasm_mod.rs.html index 6dcb75d..ae229d8 100644 --- a/docs/src/cargo_auto_local_lib/template_new_wasm_mod.rs.html +++ b/docs/src/cargo_auto_local_lib/template_new_wasm_mod.rs.html @@ -6445,7 +6445,7 @@

Files

//! You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. //! This is now your code, your tasks, and your helper Rust project! //! Because only you know what you want to automate and how to do it. -//! Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +//! Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! //! Basic example (most of the useful functions are already there): //! //! ```rust ignore diff --git a/src/bin/cargo-auto/main.rs b/src/bin/cargo-auto/main.rs index 4d8fc84..4359ff8 100644 --- a/src/bin/cargo-auto/main.rs +++ b/src/bin/cargo-auto/main.rs @@ -149,7 +149,7 @@ //! You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. //! This is now your code, your tasks, and your helper Rust project! //! Because only you know what you want to automate and how to do it. -//! Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +//! Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! //! Basic example (most of the useful functions are already there): //! //! ```rust ignore diff --git a/src/lib.rs b/src/lib.rs index 5619782..a690908 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -149,7 +149,7 @@ //! You can edit it and add your dependencies and Rust code. No limits. Freedom of expression. //! This is now your code, your tasks, and your helper Rust project! //! Because only you know what you want to automate and how to do it. -//! Never write secrets, passwords, passcodes, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! +//! Never write secrets, passwords, passphrases, or tokens inside your Rust code. Because then it is pushed to GitHub and the whole world can read it in the next second! //! Basic example (most of the useful functions are already there): //! //! ```rust ignore