Skip to main content

add_add_pgp_key

Function add_add_pgp_key 

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

Adds the addPgpKey function to the Lua global environment.

This function allows package scripts to import trusted PGP keys.

ยงErrors

Returns an error if the addPgpKey function cannot be added to the Lua environment.