1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-10-04 04:31:00 +00:00
This commit is contained in:
Vincent Batts 2025-09-17 02:15:58 +10:00 committed by GitHub
commit 726d9aaf31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 207 additions and 3 deletions

View file

@ -41,6 +41,7 @@ to support xattrs and interacting with tar archives.`
}
app.Commands = []*cli.Command{
cmd.NewValidateCommand(),
cmd.NewMutateCommand(),
}
// Unfortunately urfave/cli is not at good at using DefaultCommand