Skip to content

Commit

Permalink
feat blueprint.sh: remove bash autocomplete for -debug
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Aug 30, 2024
1 parent 8329d97 commit 63d685c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blueprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
-install|-add|-i) opts="$(find "$BLUEPRINT__SOURCEFOLDER"/*.blueprint | sed -e "s|^$BLUEPRINT__SOURCEFOLDER/||g" -e "s|.blueprint$||g")" ;;
-remove|-r) opts="$(sed "s|,||g" "$BLUEPRINT__SOURCEFOLDER/.blueprint/extensions/blueprint/private/db/installed_extensions")" ;;
-export) opts="expose" ;;
-debug) opts="100 200" ;;
-upgrade) opts="remote" ;;

*) opts="-install -add -remove -init -build -export -wipe -version -help -info -debug -upgrade -rerun-install" ;;
Expand Down

0 comments on commit 63d685c

Please sign in to comment.