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:
Sahin Yort 2025-09-18 11:12:03 +05:30 committed by GitHub
commit 736b70ed46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 205 additions and 1 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