This commit is contained in:
sxyazi 2025-05-14 01:28:34 +08:00
parent cc8a685a6e
commit 8f9dcc342c
No known key found for this signature in database

View file

@ -156,7 +156,7 @@ impl UserData for Command {
methods.add_function_mut("args", |lua, (ud, args): (AnyUserData, Vec<mlua::String>)| {
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"
);
{