Skip to main content

add_zshell

Function add_zshell 

Source
pub fn add_zshell(lua: &Lua) -> Result<(), Error>
Expand description

Adds the zshell function to the Lua environment for staging shell completions.

ยงErrors

Returns an error if the zshell function cannot be set in the global environment.