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
Copy file name to clipboardExpand all lines: src/main.rs
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,20 @@ enum Commands {
43
43
Search(command::common::SearchArgs),
44
44
/// Fetch element by a numeric or OSM (node:12345) id. You can also use node=12345 format
45
45
GetElement(command::element::GetElementArgs),
46
-
/// Set tag to a certain element. You can use either numeric or OSM (node:12345) id. Every tag must be a valid JSON value. Nulls are not allowed and will be interpreted as deletion requests
46
+
/// Set tag to a certain element. Every tag must be a valid JSON value. Nulls are not allowed and will be interpreted as deletion requests
0 commit comments