Is it possible to define the `-version` flag on the windows executable? Currently getting the following error when I type `payload-dumper-go -version` ``` flag provided but not defined: -version ```
Is it possible to define the
-versionflag on the windows executable?Currently getting the following error when I type
payload-dumper-go -version