From ad51fc33292f7f10b281857d187db27a423e1b93 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 12 Dec 2023 14:06:27 -0500 Subject: [PATCH] improve documentation --- bash-bear | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/bash-bear b/bash-bear index d181d20..3856ed2 100644 --- a/bash-bear +++ b/bash-bear @@ -22,6 +22,7 @@ ####### DOCUMENTATION ######## # +# # Usage: First, source the file. Best to handle the case of it not # existing like so: # @@ -38,9 +39,15 @@ # # # -# Tested on bash 4.4.20(1)-release (x86_64-pc-linux-gnu) and -# 5.0.17(1)-release (x86_64-pc-linux-gnu) and 5.1.16(1)-release -# (x86_64-pc-linux-gnu). +# Version: 1.0 +# +# Changelog: None +# +# Bash versions tested on: +# +# * 4.4.20(1)-release (x86_64-pc-linux-gnu) +# * 5.0.17(1)-release (x86_64-pc-linux-gnu) +# * 5.1.16(1)-release (x86_64-pc-linux-gnu). # TODO: investigate to see if we can format output betting in case of -- 2.25.1