We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d193445 commit b84d985Copy full SHA for b84d985
nature/commands/cd.lua
@@ -22,5 +22,6 @@ commander.register('cd', function (args, sinks)
22
sinks.out:writeln(err)
23
return 1
24
end
25
+ bait.throw('cd', path, oldPath)
26
bait.throw('hilbish.cd', fs.abs(path), oldPath)
27
end)
0 commit comments