I noticed a regression since the golang rewrite, it was possible to call sshush with multiple source values with a single flag but it's not possible anymore.
I was using sshush --source ~/.ssh/config.yml ~/.ssh/sshush-gcp-*.yml which was very useful.
I quickly tried to make it work using viper with no lock and I'm running out of time 😁.
Is it something you expected or should it be treated as a bug?
I noticed a regression since the golang rewrite, it was possible to call
sshushwith multiple source values with a single flag but it's not possible anymore.I was using
sshush --source ~/.ssh/config.yml ~/.ssh/sshush-gcp-*.ymlwhich was very useful.I quickly tried to make it work using viper with no lock and I'm running out of time 😁.
Is it something you expected or should it be treated as a bug?