sign icon indicating copy to clipboard operation
sign copied to clipboard

Add privacy statement

Open dtivel opened this issue 1 year ago • 2 comments

dtivel avatar Dec 15 '22 20:12 dtivel

Can this be behind a command line parameter, like --privacy-statement. If we don't already have one, we should probably have a --version as well.

clairernovotny avatar Jan 03 '23 17:01 clairernovotny

System.CommandLine automatically provides version functionality.

C:\>sign -?
Description:
  Sign CLI

Usage:
  sign [command] [options]

Options:
  --version       Show version information
  -?, -h, --help  Show help and usage information

Commands:
  code  Sign binaries and containers.


C:\>sign --version
0.9.0-beta.22615.2+c0bc753fe67ef73a9a56483e7e66a7346fde7e83

dtivel avatar Jan 04 '23 12:01 dtivel