-
I recently started making more advanced usage of this module by scripting some custom key handlers, and I'm trying to understand the intended purpose/usage of a few static methods that control cursor actions. The methods I'm unclear about are those like Any insights are appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The public static methods should all be documented in the source code with XML comments. Alternatively, they should also be documented here: https://docs.microsoft.com/en-us/powershell/module/psreadline/about/about_psreadline?view=powershell-7.2 If that documentation is not clear enough, you can open a PR to improve the documentation or open an issue in the appropriate repo. |
Beta Was this translation helpful? Give feedback.
The public static methods should all be documented in the source code with XML comments. Alternatively, they should also be documented here: https://docs.microsoft.com/en-us/powershell/module/psreadline/about/about_psreadline?view=powershell-7.2
If that documentation is not clear enough, you can open a PR to improve the documentation or open an issue in the appropriate repo.