We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Discussed in #97 Originally posted by tesses June 13, 2022 I want to make editor's key-bindings when a specific mode is active. A command in the shell like that probably it can solve this problem: path/to/exe/win-vind.exe --status Response: {"mode": "en", "version": "4.3"}
Originally posted by tesses June 13, 2022 I want to make editor's key-bindings when a specific mode is active.
A command in the shell like that probably it can solve this problem: path/to/exe/win-vind.exe --status Response: {"mode": "en", "version": "4.3"}
path/to/exe/win-vind.exe --status
{"mode": "en", "version": "4.3"}
Implementation of --version, --status, and --command.
--version
--status
--command
The text was updated successfully, but these errors were encountered:
support --command (#101)
3d8ec2a
No branches or pull requests
Implementation of
--version
,--status
, and--command
.The text was updated successfully, but these errors were encountered: