Check if command has any options
Source position: fpmkunit.pp line 394
public function TCommand.HaveOptions: Boolean; |
Result returns True if the command has any options, arguments, or parameters configured, False if the command has no additional options beyond the base command executable.
Function that returns True if the command has any command-line options or arguments configured. Used to determine if additional formatting is needed when building the command line.