From 287d23e7f745e4f7393a4f90dfad83137de5fe40 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 5 Jan 2022 23:40:34 +0000 Subject: [PATCH] Add a broken docstring --- Source/Seal.spoon/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Seal.spoon/init.lua b/Source/Seal.spoon/init.lua index ffe1780b..9a38fcea 100644 --- a/Source/Seal.spoon/init.lua +++ b/Source/Seal.spoon/init.lua @@ -49,6 +49,7 @@ obj.plugin_search_paths = { hs.configdir .. "/seal_plugins", obj.spoonPath } --- Seal:refreshCommandsForPlugin(plugin_name) --- Method --- Refresh the list of commands provided by the given plugin. +--- This ought to generate a lint error --- --- Parameters: --- * plugin_name - the name of the plugin. Should be the name as passed to `loadPlugins()` or `loadPluginFromFile`.