Skip to content

Commit

Permalink
passphrases
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia.dev committed Mar 31, 2024
1 parent 52e8c0c commit 9ab2c90
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"octocrab",
"onchange",
"onclick",
"passcodes",
"passphrases",
"paypal",
"pgrsql",
"plantuml",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/cargo_auto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h3 id="automation_tasks_rs-rust-sub-project"><a class="doc-anchor" href="#autom
You can edit it and add your dependencies and Rust code. No limits. Freedom of expression.<br>
This is now your code, your tasks, and your helper Rust project!<br>
Because only you know what you want to automate and how to do it.<br>
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
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):</p>
<div class="example-wrap ignore">
<a href="#" class="tooltip" title="This example is not tested"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/cargo_auto_local_lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h3 id="automation_tasks_rs-rust-sub-project"><a class="doc-anchor" href="#autom
You can edit it and add your dependencies and Rust code. No limits. Freedom of expression.<br>
This is now your code, your tasks, and your helper Rust project!<br>
Because only you know what you want to automate and how to do it.<br>
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
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):</p>
<div class="example-wrap ignore">
<a href="#" class="tooltip" title="This example is not tested"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/cargo_auto/main.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ <h2>Files</h2>
//! 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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/cargo_auto_local_lib/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h2>Files</h2>
//! 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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/cargo_auto_local_lib/template_new_cli_mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5870,7 +5870,7 @@ <h2>Files</h2>
//! 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13949,7 +13949,7 @@ <h2>Files</h2>
//! 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6445,7 +6445,7 @@ <h2>Files</h2>
//! 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
Expand Down
2 changes: 1 addition & 1 deletion src/bin/cargo-auto/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/template_new_cli_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,7 @@ fn upper_greet_name(greet_name: &str) -> anyhow::Result<()> {
//! 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
Expand Down
2 changes: 1 addition & 1 deletion src/template_new_pwa_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ pub const RESET: &str = "\x1b[0m";
//! 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
Expand Down
2 changes: 1 addition & 1 deletion src/template_new_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@ pub const RESET: &str = "\x1b[0m";
//! 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
Expand Down

0 comments on commit 9ab2c90

Please sign in to comment.