CmdletHelpFn

Type Alias CmdletHelpFn 

Source
pub type CmdletHelpFn = fn();
Expand description

ark_cmdlet_help - Get help usage string from cmdlet

The function returns a UTF-8 string with the Ark return slice mechanism.

§Example

#[no_mangle]
fn ark_cmdlet_help() {
}