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
{{ message }}
This repository was archived by the owner on Aug 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,12 @@ For more information about Alectryon make sure to take a look at their repositor
80
80
# Development
81
81
82
82
## Experimental Features
83
-
`--experimental-type-tokens` flag enables the type hover information for Alectryon. However this feature in Alectryon is still in active development and available here: [AlectryonFork:typeid](https://github.com/insightmind/alectryon/tree/typeid)
83
+
84
+
### Additional Type Hover Metadata
85
+
The following flags are experimental and used to display additional information about a source text token in Alectryon. However this feature in Alectryon is still in active development and available here: [AlectryonFork:typeid](https://github.com/insightmind/alectryon/tree/typeid):
86
+
87
+
-`--x-enable-type-info` flag enables extraction of type information
88
+
-`--x-enable-docStrings` flag enables extraction of doc strings
84
89
85
90
## Running Tests
86
91
There are some aspects you might want to take note of when attempting to develop a feature or fix a bug in LeanInk.
0 commit comments