mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 19:08:21 +00:00
7 lines
95 B
Go
7 lines
95 B
Go
package main
|
|
|
|
import "github.com/passbolt/go-passbolt-cli/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|