You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifstring.find(line, "", index+1) thenreturn {} end
331
-
332
-
-- subcommand completion for remove and open
333
-
ifsubcommand=="remove" orsubcommand=="open" then
334
-
returnworkspace_name_complete(lead)
335
-
end
336
-
337
-
return {}
338
-
end
339
-
340
-
-- entry point to the api from user commands
341
-
-- subcommand is one of {add, remove, list, open}
342
-
-- and arg1 and arg2 are optional. If set arg1 is a name and arg2 is a path
343
-
M.parse_args=function(subcommand, arg1, arg2)
344
-
notify.warn("The command :Workspaces [add|remove|list|open] is deprecated and will be removed in v1.0. Use :Workspaces[Add|Remove|List|Open] instead.")
0 commit comments