ComputerCraft
ComputerCraft copied to clipboard
Add -a Option to list.lua
This PR simple adds a -a Option to list.lua which allows you to see hidden Files, even if the list.show_hidden setting is false.
What happens if you want to list files in the -a directory? You'd have to do ls -a -a for it to work, which would also show hidden files when you might not want them, or cd -a and then ls, which adds an extra command.
@apemanzilla I believe you can just do ls ./-a then: that's what one does on Linux at least.
Can one of the admins verify this patch?