1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-27 08:40:27 +00:00

feat: implement mutate command

This commit is contained in:
thesayyn 2023-10-24 09:13:35 -07:00
parent c216f6c013
commit c8c5616b53
No known key found for this signature in database
GPG key ID: D10C0AE203D0E4A8
4 changed files with 166 additions and 1 deletions

View file

@ -42,6 +42,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