From 8f9dcc342c8f3feffc4c7822298cef35d9b8100c Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 14 May 2025 01:28:34 +0800 Subject: [PATCH] .. --- yazi-plugin/src/process/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-plugin/src/process/command.rs b/yazi-plugin/src/process/command.rs index 4c3775fc..f9315fe1 100644 --- a/yazi-plugin/src/process/command.rs +++ b/yazi-plugin/src/process/command.rs @@ -156,7 +156,7 @@ impl UserData for Command { methods.add_function_mut("args", |lua, (ud, args): (AnyUserData, Vec)| { crate::deprecate!( lua, - "The `args()` method on `Command` is deprecated, use `arg()` instead in your {}\n\nSee #2653 for more details: https://github.com/sxyazi/yazi/pull/2653" + "The `args()` method on `Command` is deprecated, use `arg()` instead in your {}\n\nSee #2752 for more details: https://github.com/sxyazi/yazi/pull/2752" ); {