We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fe044 commit 0119d55Copy full SHA for 0119d55
2 files changed
src/common-utils/_zz_dispatch.sh
@@ -6,9 +6,6 @@
6
7
set -e
8
9
-# Source colors script for colored output
10
-. zz_colors
11
-
12
# Parse arguments and display help if needed
13
eval $(
14
zz_args "Dispatch Utility" $0 "$@" <<- help
src/gitutils/_deleteChildren.sh
@@ -2,9 +2,6 @@
2
3
4
5
-# Source colors script
# Function to print help and manage arguments
zz_args "Delete all descendant tags and branches of a commit" $0 "$@" <<-help
0 commit comments