package main import ( "git.rdelaage.ovh/rdelaage/VolumesAndDatabasesBackup/cli" ) func main() { cli.Parse() }