listCommand abstract method
A command, in this dialect, that lists a directory including hidden
entries and with human-readable sizes (the ls -alh equivalent). args
is the raw text typed after the shortcut (paths, extra flags), appended
verbatim; empty lists the current directory.
Implementation
String listCommand(String args);