mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 23:59:10 +00:00
chore: auto format code
This commit is contained in:
@@ -551,8 +551,14 @@ clean_project_artifacts() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Set global vars for selector
|
# Set global vars for selector
|
||||||
export PURGE_CATEGORY_SIZES=$(IFS=,; echo "${item_sizes[*]}")
|
export PURGE_CATEGORY_SIZES=$(
|
||||||
export PURGE_RECENT_CATEGORIES=$(IFS=,; echo "${item_recent_flags[*]}")
|
IFS=,
|
||||||
|
echo "${item_sizes[*]}"
|
||||||
|
)
|
||||||
|
export PURGE_RECENT_CATEGORIES=$(
|
||||||
|
IFS=,
|
||||||
|
echo "${item_recent_flags[*]}"
|
||||||
|
)
|
||||||
|
|
||||||
# Interactive selection (only if terminal is available)
|
# Interactive selection (only if terminal is available)
|
||||||
PURGE_SELECTION_RESULT=""
|
PURGE_SELECTION_RESULT=""
|
||||||
|
|||||||
Reference in New Issue
Block a user