Skip to content

Commit 0119d55

Browse files
committed
fix: 🐛 remove unnecessary color script sourcing
1 parent 33fe044 commit 0119d55

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/common-utils/_zz_dispatch.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
set -e
88

9-
# Source colors script for colored output
10-
. zz_colors
11-
129
# Parse arguments and display help if needed
1310
eval $(
1411
zz_args "Dispatch Utility" $0 "$@" <<- help

src/gitutils/_deleteChildren.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
set -e
44

5-
# Source colors script
6-
. zz_colors
7-
85
# Function to print help and manage arguments
96
eval $(
107
zz_args "Delete all descendant tags and branches of a commit" $0 "$@" <<-help

0 commit comments

Comments
 (0)