We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4751dfe commit aeda1a6Copy full SHA for aeda1a6
README.md
@@ -22,7 +22,7 @@ Arguments:
22
- `Replace` - what to replace `$` with (`%` by default but, for example, you can specify `$$$`)
23
- `Capitalize` - capitalize the letter after $ (boolean, yse by default)
24
- `Class` - class which subclasses the utility would try to convert (including the class)
25
-- 'Mask' - passed into the SQL query `SELECT ID FROM %Dictionary.ClassDefinition Where ID LIKE ?`
+- `Mask` - passed into the SQL query `SELECT ID FROM %Dictionary.ClassDefinition Where ID LIKE ?`
26
27
More docs are in the code docs. The utility works only in a current namespace.
28
0 commit comments