Skip to main content

derive_command_id

Function derive_command_id 

Source
fn derive_command_id(path: &[String], meta: Option<&CommandMeta>) -> String
Expand description

Derive the stable command id.

If the registry pins an explicit command_id, use it. Otherwise, derive the id by joining the path components with . (e.g. forge.build).