You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"View {singular_tag_str}.\n\nDisplay information about a Zoo {singular_tag_str}.\n\nWith `--web`, open the {singular_tag_str} in a web browser instead."
960
959
);
961
960
962
-
let struct_inner_web_doc = format!("Open the {} in the browser.", singular_tag_str);
963
-
let struct_inner_name_doc = format!("The {} to view. Can be an ID or name.", singular_tag_str);
961
+
let struct_inner_web_doc = format!("Open the {singular_tag_str} in the browser.");
962
+
let struct_inner_name_doc = format!("The {singular_tag_str} to view. Can be an ID or name.");
964
963
965
964
let api_call_params = self.get_api_call_params(tag)?;
966
965
@@ -1137,8 +1136,8 @@ impl Operation {
1137
1136
let singular_tag_lc = format_ident!("{}", singular(tag));
1138
1137
let struct_name = format_ident!("Cmd{}Delete", to_title_case(&singular(tag)));
1139
1138
1140
-
let struct_doc = format!("Delete {}.", singular_tag_str);
1141
-
let struct_inner_name_doc = format!("The {} to delete. Can be an ID or name.", singular_tag_str);
1139
+
let struct_doc = format!("Delete {singular_tag_str}.");
1140
+
let struct_inner_name_doc = format!("The {singular_tag_str} to delete. Can be an ID or name.");
1142
1141
1143
1142
let api_call_params = self.get_api_call_params(tag)?;
let link = format!("https://ui.honeycomb.io/kittycad/environments/prod/datasets/api-deux?query=%7B%22time_range%22%3A7200%2C%22granularity%22%3A0%2C%22calculations%22%3A%5B%7B%22op%22%3A%22COUNT%22%7D%5D%2C%22filters%22%3A%5B%7B%22column%22%3A%22api_call.id%22%2C%22op%22%3A%22%3D%22%2C%22value%22%3A%22{}%22%7D%5D%2C%22filter_combination%22%3A%22AND%22%2C%22limit%22%3A1000%7D", api_call_id);
1032
+
let link = format!("https://ui.honeycomb.io/kittycad/environments/prod/datasets/api-deux?query=%7B%22time_range%22%3A7200%2C%22granularity%22%3A0%2C%22calculations%22%3A%5B%7B%22op%22%3A%22COUNT%22%7D%5D%2C%22filters%22%3A%5B%7B%22column%22%3A%22api_call.id%22%2C%22op%22%3A%22%3D%22%2C%22value%22%3A%22{api_call_id}%22%7D%5D%2C%22filter_combination%22%3A%22AND%22%2C%22limit%22%3A1000%7D");
1033
1033
let _ = writeln!(
1034
1034
io.out,
1035
1035
"Was this request slow? Send a Zoo employee this link:\n----\n{link}"
0 commit comments