You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ command: |-
37
37
# Any tags that the workflow should be categorized with.
38
38
tags:
39
39
- homebrew
40
-
# A description the workflow.
40
+
# A description of the workflow.
41
41
description: Uses the external command rmtree to remove a Homebrew package and all of its dependencies
42
42
# List of arguments within the command.
43
43
arguments:
44
-
# Name of the argument within the command. This must match exactly with the name
45
-
#of the argument within the command (without the curly braces).
44
+
# Name of the argument within the command. This must exactly match the name of the argument
45
+
# within the command (without the curly braces).
46
46
- name: package_name
47
47
# The description of the argument.
48
48
description: The name of the package that should be removed
@@ -88,6 +88,6 @@ A good workflow is one that includes a command with many flags or arguments or o
88
88
Additionally, a workflow _must_ include:
89
89
90
90
* A descriptive title that includes the name of the command--this is useful for improving the experience of searching for workflows in Warp or [commands.dev](https://www.commands.dev/).
91
-
* A tag that accurately categorizes the workflows. We ask that you avoid many repetitive tags to improve searchability of workflows within Warp.
91
+
* A tag that accurately categorizes the workflows. Avoid many repetitive tags to improve searchability of workflows within Warp.
92
92
* A description for the workflow and each of its arguments, if applicable.
93
93
* A default value for each argument, if applicable.
0 commit comments