From 6f4f628bfaaa1ba577335c6ea826fe53c78f4007 Mon Sep 17 00:00:00 2001 From: xi xiao Date: Sun, 4 Aug 2024 20:19:18 +0300 Subject: [PATCH] chore: mdType use same user cmd "pull" as in md --- lua/sf/sub/config_user_command.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/sf/sub/config_user_command.lua b/lua/sf/sub/config_user_command.lua index 76cb435..fab3fa5 100644 --- a/lua/sf/sub/config_user_command.lua +++ b/lua/sf/sub/config_user_command.lua @@ -51,7 +51,7 @@ M.sub_cmd_tbl = { }, mdtype = { funcs = { - retrieve = Sf.pull_md_type_json, + pull = Sf.pull_md_type_json, list = Sf.list_md_type_to_retrieve }, impl = common_impl,