fixup! fix(runner.gocmd)!: i forgot to update it when i was working on #85
This commit is contained in:
parent
d672c5d838
commit
0fb1c01806
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ end
|
||||||
---@param args string[]
|
---@param args string[]
|
||||||
---@return string
|
---@return string
|
||||||
function gocmd.run(subcmd, args)
|
function gocmd.run(subcmd, args)
|
||||||
if #args == 0 then
|
if #args == 0 and subcmd ~= "generate" then
|
||||||
error "please provide any arguments"
|
error "please provide any arguments"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue