There was an error while loading. Please reload this page.
1 parent 8ec27e7 commit d5cea39Copy full SHA for d5cea39
1 file changed
lib/mix/tasks/membrane.gen.component.ex
@@ -26,6 +26,7 @@
26
end
27
28
@doc false
29
+ @spec do_run(binary(), [binary()]) :: any()
30
def do_run(base_dir, argv) do
31
{path_option, argv} = OptionParser.parse!(argv, aliases: @aliases, strict: @switches)
32
0 commit comments