Closed kylehoover closed 5 years ago
Thanks for the issue! This will be an easy fix. Please post more inconsistencies you find. This process isn't automated yet so I'm sure there are more places where something like this may have occurred
Will do! Thanks for all of the time you put into this!
Fixed by #107
Describe the bug The
path
function expects 1 argument (apath
orstring
), but the argument should be optional.To Reproduce Steps to reproduce the behavior:
.ks
filepath().
path
function is expecting 1 argumentExpected behavior As per the documentation here calling
path()
with no arguments creates aPath
for the current directory. There shouldn't be a suggestion thatpath
is expecting 1 argument.Screenshots
Editor