argsCanBeInterpretedByShell property
This property should only be set if the corresponding capability
supportsArgsCanBeInterpretedByShell
is true. If the client uses an
intermediary shell to launch the application, then the client must not
attempt to escape characters with special meanings for the shell. The user
is fully responsible for escaping as needed and that arguments using
special characters may not be portable across shells.
Implementation
final bool? argsCanBeInterpretedByShell;