Function validate_command_args
Source pub fn validate_command_args(args: &[String]) -> Result<()>
Expand description
Validates command arguments for potentially dangerous content.
§Arguments
args - The arguments to validate
§Returns
Ok if arguments appear safe, error otherwise