class LittleGhost::Tools::Filesystem::ListFiles
Lists one directory through the configured sandbox.
Public Instance Methods
Source
# File lib/little_ghost/tools/filesystem.rb, line 42 def call(input) sandbox.list(input.fetch("path", "."), context:) end
Returns the listing for input["path"], or the workspace root when path is omitted.