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
Expected behavior
When completing, all options of an alternation are shown, allowing the user to choose between using the FixedString or his own input.
e.g. ./gwhisper --rpcTimeoutMilliseconds=<Tab>
returns
-h
--complete
--rpcTimeoutMilliseconds=
...
and then typing ./gwhisper --rpcTimeoutMilliseconds=<Tab>
should return the options: --rpcTimeoutMilliseconds=<RegEx> --rpcTimeoutMilliseconds=<FixedString>
Provide details about your environment
Operating System version: Fedora 35
gwhisper --version output: v4.0.0-9
gRPC/protobuf version:
Compiler version (if related to build):
CMake version (if related to build):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Example for completing
./gwhisper <Tab>
:To Reproduce
Add an Alternation-GrammarElement in
GrammarConstruction.cpp
, containing a FixedString and a RegEx, e.g.:Expected behavior
When completing, all options of an alternation are shown, allowing the user to choose between using the FixedString or his own input.
e.g.
./gwhisper --rpcTimeoutMilliseconds=<Tab>
returns
and then typing
./gwhisper --rpcTimeoutMilliseconds=<Tab>
should return the options:
--rpcTimeoutMilliseconds=<RegEx> --rpcTimeoutMilliseconds=<FixedString>
Provide details about your environment
gwhisper --version
output: v4.0.0-9Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: