]> git.proxmox.com Git - proxmox-backup.git/commit
add all autotraits to output_or_stdout trait object
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Sep 2021 10:39:51 +0000 (12:39 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Sep 2021 11:59:02 +0000 (13:59 +0200)
commit67678ec39c53e43bc2077dd23e6026a9fba3f9eb
tree934832e3b8fe356523698c782c5f15c45e1699a9
parentbf95fba72e8437e1b307d93d3fc6c49effc1f919
add all autotraits to output_or_stdout trait object

just in case we ever need any of them in async code that
requires them and loses it because of accessing such a trait
object...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pbs-tools/src/cli.rs