Dear Developers,
Today I tried to generate wireguard cline configuration, it was an awesome feature. you know what I didn't need to configure it manually. But i also find a little bit bug here . Seem lie the command line prompt duplicat clien addres.
```bash
run generate wireguard client-config ted interface wg01 server 20.249.23.245 address 172.16.134.5
Possible completions:
<Enter> Execute the current command
address IPv4/IPv6 address used by client
[edit]
vyos@vyos-host# run generate wireguard client-config ted interface wg01 server 20.249.xxx.xxx address 172.16.134.5 address 172.16.145.5
Possible completions:
<Enter> Execute the current command
```