Skip to content

Commit 740fae2

Browse files
authored
docs: explicitly mark forge geiger deprecated (#11893)
1 parent 5b5c44b commit 740fae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/forge/src/cmd/geiger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl GeigerArgs {
4141
}
4242

4343
sh_warn!(
44-
"`forge geiger` is just an alias for `forge lint --only-lint unsafe-cheatcode`\n"
44+
"`forge geiger` is deprecated, as it is just an alias for `forge lint --only-lint unsafe-cheatcode`\n"
4545
)?;
4646

4747
// Convert geiger command to lint command with specific lint filter

crates/forge/src/opts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub enum ForgeSubcommand {
140140
#[command(visible_alias = "tr")]
141141
Tree(tree::TreeArgs),
142142

143-
/// Detects usage of unsafe cheat codes in a project and its dependencies.
143+
/// DEPRECATED: Detects usage of unsafe cheat codes in a project and its dependencies.
144144
///
145145
/// This is an alias for `forge lint --only-lint unsafe-cheatcode`.
146146
Geiger(geiger::GeigerArgs),

0 commit comments

Comments
 (0)