Skip to main content

input_name

Function input_name 

Source
pub fn input_name(flake: &str) -> Option<String>
Expand description

The name of the flake input whose URL names this tool.

The input is found by the URL it names, never by its name: a consumer calls the input whatever it likes. The name is read from the attribute that holds the URL, either name.url = "..." or name = { url = ... }.