ShootOptions.terminalDetector

Delegate that will be used to get terminal command if desktop file is application and needs to ran in terminal. To set static function use std.functional.toDelegate. If it's null, shootDesktopFile will use getTerminalCommand.

struct ShootOptions
const(string)[] delegate() terminalDetector;

See Also

Meta