add './bssh.sh version' command #54

Open
opened 2026-03-31 11:53:13 +02:00 by andyc · 0 comments

Experimenting with the changes for performance improvement in BSSG 0.40 which look great.

However, it's not immediately obvious how to check that I am really running BSSG version 0.40

Maybe a .'./bssg.sh version' command would be a useful addition or output the version in the build/serve commands.

I downloaded the ZIP archive for 0.40 but the help text still says 0.33

# Function to display help information
show_help() {
    echo "BSSG - Bash Static Site Generator (v0.33)"
    echo "========================================="
Experimenting with the changes for performance improvement in BSSG 0.40 which look great. However, it's not immediately obvious how to check that I am really running BSSG version 0.40 Maybe a .'./bssg.sh version' command would be a useful addition or output the version in the build/serve commands. I downloaded the ZIP archive for 0.40 but the help text still says 0.33 ``` # Function to display help information show_help() { echo "BSSG - Bash Static Site Generator (v0.33)" echo "=========================================" ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stefano/BSSG#54
No description provided.