kinvolk / go-shamir

A small CLI tool for Shamir's Secret Sharing written in Go, using Vault's Shamir implementation
Apache License 2.0
42 stars 10 forks source link

move main.go to root to make main command name go-shamir on install #6

Closed dougnukem closed 2 years ago

dougnukem commented 3 years ago

closes #5

$ go install github.com/kinvolk/go-shamir@latest
$ go-shamir --help
Usage:
  go-shamir [command]

Available Commands:
  combine     Reconstruct a secret from the parts read from stdin
  help        Help about any command
  split       Split an arbitrarily long secret from stdin

Flags:
  -h, --help   help for go-shamir

Use "go-shamir [command] --help" for more information about a command.