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
Initial support for using color as positional description argument queries
Addresses #48
SelectionQuery had to be modified In order to pass "index" as an extra When handling multiple inputs. These may have to change in the future as it may not be enough
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,16 @@
11
11
12
12
- add cut action
13
13
14
+
- Support for using negative indices to pick up arguments from the end of the function call
15
+
16
+
- Queries of the form `<color> argument 2`
17
+
14
18
### Code related
15
19
20
+
#### Changed
21
+
22
+
- The default implementation for handling selection queries that do not define handle_multiple, now sets in the extra dictionary not only "selection" but"index" as well
0 commit comments