to_upper

lsst.daf.butler.cli.utils.to_upper(context: Context, param: Option, value: str) str

Convert a value to upper case.

Parameters:
contextclick.Context
valuesstring

The value to be converted.

Returns:
string

A copy of the passed-in value, converted to upper case.