ArgumentInformationProvider.message

Write a help message into sink.

class ArgumentInformationProvider
const
void
message
(
scope void delegate
(
in char[] ch
)
sink
)

Parameters

sink void delegate
(
in char[] ch
)

the sink where to write the help message

Meta