arguments top-level property

List<String> arguments
getter/setter pair

The raw command-line arguments passed to sg, set once at startup and read by every command.

Implementation

late List<String> arguments;