Shifted installers to to tools

This commit is contained in:
2026-06-28 11:21:25 +05:30
parent 5ba08f3d20
commit 6e63e54f1e
27 changed files with 53 additions and 54 deletions

View File

@@ -1,13 +1,13 @@
# shellcheck shell=bash
# Command: help
# Lists all available bootstrap commands and installers
# Lists all available bootstrap commands and tools
echo "Available bootstrap commands:"
# Non-installers first (aligned to 6 chars width)
# Non-tools first (aligned to 6 chars width)
printf " %-6s - %s\n" "all" "List all available commands"
printf " %-6s - %s\n" "con" "Edit config (e.g. b con nvim)"
printf " %-6s - %s\n" "up" "Check for updates and update Bootstrap CLI"
printf " %-6s - %s\n" "ware" "Edit and run an installer (e.g. b ware nvim)"
printf " %-6s - %s\n" "ware" "Edit and run a tool (e.g. b ware nvim)"
printf " %-6s - %s\n" "gone" "Uninstall Bootstrap CLI helper"