CommandLineSettings.sink

A user-defined sink to call whenever CommandLineInterface itself (not it's subcomponents or commands) wants to output text.

If left as null, then a default sink is made where std.stdio.write is used.

Notes: Strings passed to this function will already include a leading new line character where needed.

struct CommandLineSettings
Nullable!CommandLineSinkFunc sink;

Meta