summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subcommand_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/subcommand_test.go b/subcommand_test.go
index 6df3147..25689a4 100644
--- a/subcommand_test.go
+++ b/subcommand_test.go
@@ -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
+}