add several subcommand unittests
This commit is contained in:
parent
39decf197f
commit
15b9bcfbb4
|
@ -160,3 +160,11 @@ func TestSubcommandsWithOptions(t *testing.T) {
|
|||
assert.Equal(t, args.Get.Name, "test")
|
||||
}
|
||||
}
|
||||
|
||||
func TestNestedSubcommands(t *testing.T) {
|
||||
// tree of subcommands
|
||||
}
|
||||
|
||||
func TestSubcommandsWithPositionals(t *testing.T) {
|
||||
// subcommands with positional arguments
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue