Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mbedsys
bashopts
Commits
fb0f5e5c
Commit
fb0f5e5c
authored
Oct 17, 2017
by
Emeric Verschuur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add VERSION & CHANGELOG.md
parent
9cc3ce3d
Pipeline
#92
passed with stage
in 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
0 deletions
+49
-0
CHANGELOG.md
CHANGELOG.md
+46
-0
VERSION
VERSION
+1
-0
bashopts.sh
bashopts.sh
+2
-0
No files found.
CHANGELOG.md
0 → 100644
View file @
fb0f5e5c
# Changelog
## 2.0.0
*
Add version and Changelog
*
Add enum type
*
Improve list property input
*
Replace message functions by bashopts_log function
*
Consider invalid default value as a non fatal error
## 1.3.1
*
Minor fix
## 1.3.0
*
add BASH version check
*
generic option var name to uppercase
*
add bashopts_diplay_help_delayed
## 1.2.3
*
[FIX] column width detection
## 1.2.2
*
no need anymore to add -i for shell width detection
*
spelling fixes
## 1.2.1
*
[FIX] add test case 25, 26 & 27: fix required value
## 1.2
*
[FIX] add test case 24 & minor upadtes
*
Fix interactive not re ask in check failure
*
Add bashopts_export_opts function
*
README update
*
Remove deprecated function
## 1.1.2
*
Fix default value check for the add method
## 1.1.1
*
Create parent settings file directory if not exists
## 1.1.0
*
Add mode non interactive as default mode option
*
Option process rewrite
## 1.0.0
*
First stable release
VERSION
0 → 100644
View file @
fb0f5e5c
2.0.0
bashopts.sh
View file @
fb0f5e5c
...
...
@@ -19,6 +19,8 @@
set
-e
BASHOPTS_VERSION
=
2.0.0
bashopts_exit_handle
()
{
local
err
=
$?
set
+o xtrace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment