Skip to main content

parse_cli_value

Function parse_cli_value 

Source
pub(super) fn parse_cli_value(input: &str) -> Result<ChannelValue, String>
Expand description

Parses a raw channel value string supporting percentages, hex codes, or raw integers (According to [ChannelValue]).

ยงArguments

  • input - The raw string representation of the value