Function brane_cli::packages::inspect

source ·
pub fn inspect(name: String, version: Version, syntax: String) -> Result<()>
Expand description

Inspects the given package, pretty-printing its details.

§Arguments

  • name: The name of the package to inspect.
  • version: The version of the package to inspect.
  • syntax: The mode of syntax to use for classes & functions. Can be ‘bscript’, ‘bakery’ or ‘custom’.

§Returns

Nothing