Function panda_sys::qemu_opt_has_help_opt[][src]

pub unsafe extern "C" fn qemu_opt_has_help_opt(
    opts: *mut QemuOpts
) -> bool
Expand description

qemu_opt_has_help_opt: @opts: options to search for a help request

Check whether the options specified by @opts include one of the standard strings which indicate that the user is asking for a list of the valid values for a command line option (as defined by is_help_option()).

Returns: true if @opts includes ‘help’ or equivalent.