Yaffs site version 1.1
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / command_1.json
diff --git a/vendor/symfony/console/Tests/Fixtures/command_1.json b/vendor/symfony/console/Tests/Fixtures/command_1.json
new file mode 100644 (file)
index 0000000..4cd37ee
--- /dev/null
@@ -0,0 +1,14 @@
+{
+    "name": "descriptor:command1",
+    "usage": [
+        "descriptor:command1",
+        "alias1",
+        "alias2"
+    ],
+    "description": "command 1 description",
+    "help": "command 1 help",
+    "definition": {
+        "arguments": [],
+        "options": []
+    }
+}