pub fn binding(args: &ReadArgs) -> Result<(), RkError>Expand description
Print a technology binding, or list the bindings.
ยงErrors
Returns RkError::NotFound for an unknown binding and
RkError::Usage when neither a name nor --list is given.
pub fn binding(args: &ReadArgs) -> Result<(), RkError>Print a technology binding, or list the bindings.
Returns RkError::NotFound for an unknown binding and
RkError::Usage when neither a name nor --list is given.