mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-10-04 04:31:00 +00:00
Merge 2234e565ae
into 8307d76bc1
This commit is contained in:
commit
736b70ed46
5 changed files with 205 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue