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
with cli opts -u qemu+ssh://user@hostname/system -u test
produces array with duplicated 2-nd value: [qemu+ssh://user@hostname/system test test test test test]
The text was updated successfully, but these errors were encountered:
Hello, very interesting. Could you explain what introduced the duplication? I suppose it's related to multiple line of usage linked with the options definition.
The following usage
with cli opts
-u qemu+ssh://user@hostname/system -u test
produces array with duplicated 2-nd value:
[qemu+ssh://user@hostname/system test test test test test]
The text was updated successfully, but these errors were encountered: