-p view source code of the script with lines number, -v shows only the plain script

This commit is contained in:
2026-08-27 11:30:33 +01:00
parent a40e5dfba8
commit 84a7eb49fd
4 changed files with 61 additions and 25 deletions
+2 -1
View File
@@ -291,7 +291,8 @@ echo ""
echo "Use commands:"
echo " brc-script -> manage scripts"
echo " brc-script -l -> list scripts"
echo " brc-script --cat -> preview a script"
echo " brc-script -p -> preview script (with line numbers)"
echo " brc-script -v -> cat script (plain code)"
echo " brc-script -e -> enable script(s)"
echo " brc-script -d -> disable script(s)"
echo " brc-script --update -> check Gitea updates"