Selaa lähdekoodia

Add ability to add actions to group

Samuel W. Flint 5 vuotta sitten
vanhempi
commit
50f3a98431
1 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 13 0
      src/cli.yml

+ 13 - 0
src/cli.yml

@@ -122,6 +122,19 @@ subcommands:
                   value_name: REPO_NAME
                   help: The name of the repo
                   required: true
+        - act:
+            about: Add action to a group
+            args:
+               - group:
+                   index: 1
+                   value_name: GROUP_NAME
+                   help: The name of the group
+                   required: true
+                - action:
+                    index: 2
+                    value_name: ACTION_NAME
+                    help: The name of the action
+                    required: true
         - remove:
             about: Remove a repo from a group
             args: