mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-07 17:18:21 +00:00
10 lines
150 B
Go
10 lines
150 B
Go
package main
|
|
|
|
import (
|
|
"github.com/passbolt/go-passbolt-cli/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.SetVersionInfo(version, commit, date, dirty)
|
|
cmd.Execute()
|
|
}
|