listCommand abstract method

String listCommand(
  1. String args
)

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);