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:
parent
c216f6c013
commit
c8c5616b53
4 changed files with 166 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue