glap/help_settings
Types
pub type HelpSettings {
HelpSettings(
print_to_stderr: Bool,
tabstring: String,
recursive_showhelp: Bool,
recursive_max_depth: Int,
)
}
Constructors
-
HelpSettings( print_to_stderr: Bool, tabstring: String, recursive_showhelp: Bool, recursive_max_depth: Int, )
Values
pub fn default_help_settings() -> HelpSettings