Rainer Schoenberger
Rainer Schoenberger
fish, version 3.1.2 on rxvt-unicode-256color Hi, __What we are doing:__ We are developing an open-source CLI application called [gWhisper](https://github.com/IBM/gWhisper), which has a dynamic and complex kind of CLI argument grammar....
**Describe the solution you'd like** It would be nice to have a way to persistently configure default behavior of the tool: - Color-Classes for output formatting - Timeouts - Greeting...
This seems to happen very seldomly: ``` (gdb) bt #0 0x00007ff7e63d80f7 in epoll_wait () from /lib64/libc.so.6 #1 0x00007ff7e71c8874 in ?? () from /lib64/libgrpc.so.7 #2 0x00007ff7e71ec948 in ?? () from /lib64/libgrpc.so.7...
see git config. this should not be needed anymore
Slow machine (s390x emulated in QEMU): bad case: ``` # gwhisper --ssl --clientCert={$build}/cert-key-pair/client_crt.pem --clientKey={$build}/cert-key-pair/client_key.pem --serverCert={$build}/cert-key-pair/server_crt.pem kaas:60443 Parse failed.Parsed until: '--ssl --clientCert=//cert-key-pair/client_crt.pem --clientKey=//cert-key-pair/client_key.pem --serverCert=//cert-key-pair/server_crt.pem kaas:60443' Possible Candidates: '--connectTimeoutMilliseconds=200 --ssl --clientCert=//cert-key-pair/client_crt.pem --clientKey=//cert-key-pair/client_key.pem...
**Is your feature request related to a problem? Please describe.** server might not support reflection **Describe the solution you'd like** give optional proto file path as CLI argument, if given,...
**Is your feature request related to a problem? Please describe.** currently all message have to be specified at start **Describe the solution you'd like** read from stdin line by line,...
During tab completion currently documentation is shown as additional information. However when displaying the reply messages no documentation is shown in those messages. It would be nice to also show...
I had the problem, that `--customOutput` was parsed as a hostname instead of an option. As a quick-fix I modified hostname grammar to not allow `-` at the beginning ```dnsUri->addChild(f_grammarPool.createElement("[^-:\\[\\]...