pub fn to_args<T>(value: &T) -> Result<Vec<String>, Error>where T: Serialize,
Serialize an object into command options, using the default serializer settings.