In order to fix#3
Displaying a beautiful help, if there is no param.
Co-authored-by: f_dutratineesilva <felipe.dutratineesilva@mindgeek.com>
Reviewed-on: #5
Co-authored-by: tkanos <tkanos@noreply@mills.io>
Co-committed-by: tkanos <tkanos@noreply@mills.io>
You left a binary that you used for test. Just removing it.
Co-authored-by: f_dutratineesilva <felipe.dutratineesilva@mindgeek.com>
Reviewed-on: #4
Co-authored-by: tkanos <tkanos@noreply@mills.io>
Co-committed-by: tkanos <tkanos@noreply@mills.io>
In order to fix#1
go install go.mills.io/salty@latest will give you the following error
```
go install go.mills.io/salty@latest
go: downloading go.mills.io/salty v0.0.0-20220316120344-b8bef2228fc6
package go.mills.io/salty is not a main package
```
to install salty and salty-keygen you need to :
```
$ go install go.mills.io/salty/cmd/salty-keygen@latest
$ go install go.mills.io/salty/cmd/salty@latest
```
Reviewed-on: #2
Co-authored-by: tkanos <tkanos@noreply@mills.io>
Co-committed-by: tkanos <tkanos@noreply@mills.io>