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
# Linux/Distri Version
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
# System Information
$ uname -a
Linux hostname 5.4.0-153-generic #170-Ubuntu SMP Fri Jun 16 13:43:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux# Casper Client Version
$ casper-client -V
Casper client 2.0.0-438b660
# Generating the bash auto-completion script
$ sudo casper-client generate-completion
[sudo] password for XXX:
Wrote completion script for bash to /usr/share/bash-completion/completions
# Manually dot sourcing the generated file gives an error
$ . /usr/share/bash-completion/completions/casper-client
-bash: /usr/share/bash-completion/completions/casper-client: line 15: syntax error near unexpected token `client,account-address'-bash: /usr/share/bash-completion/completions/casper-client: line 15: ` Casper client,account-address)'
So the current casper-client broke another existing feature.
I compared the generated file quickly to one from I think V 1.6 and it looks totally different.
The text was updated successfully, but these errors were encountered:
So the current
casper-client
broke another existing feature.I compared the generated file quickly to one from I think V 1.6 and it looks totally different.
The text was updated successfully, but these errors were encountered: