File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) ,
You can’t perform that action at this time.
0 commit comments