No need to list this twice

This commit is contained in:
David Heinemeier Hansson
2026-05-06 13:05:20 +02:00
parent f398cd274b
commit 60156309a4
2 changed files with 1 additions and 14 deletions
-11
View File
@@ -329,16 +329,6 @@ command_requires_args() {
[[ -n $required ]]
}
load_group_extra_commands() {
local group="$1"
case "$group" in
install)
load_command_by_binary omarchy-pkg-add
;;
esac
}
load_group_commands() {
local group="$1"
local file=""
@@ -352,7 +342,6 @@ load_group_commands() {
register_command "$file"
done
load_group_extra_commands "$group"
}
resolve_direct_route() {
+1 -3
View File
@@ -1,10 +1,8 @@
#!/bin/bash
# omarchy:summary=Install Arch packages if they are missing
# omarchy:group=install
# omarchy:name=package
# omarchy:args=<packages...>
# omarchy:examples=omarchy install package jq ripgrep
# omarchy:examples=omarchy pkg add jq ripgrep
# omarchy:requires-sudo=true
if omarchy-pkg-missing "$@"; then