1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 16:39:32 +01:00

replace getopt with argbash

This commit is contained in:
2021-04-03 13:57:19 +02:00
parent 5210c35400
commit 262f7c3709
3 changed files with 269 additions and 80 deletions

View File

@@ -5,6 +5,8 @@
### New
* :sparkles: replace getopt with argbash. [Eduard Veit]
* :sparkles: add interpretaton of status codes and act accordingly. [Eduard Veit]
* :sparkles: make network interface configurable. [Eduard Veit]
@@ -13,7 +15,7 @@
* :sparkles: add .gitchangelog.rc. [Eduard Veit]
* :sparkles: add dynb. [Eduard Veit]
* :sparkles: add dynb.sh. [Eduard Veit]
### Fix
@@ -25,12 +27,16 @@
* :memo: add CHANGELOG.md. [Eduard Veit]
* :memo: add .env.example. [Eduard Veit]
* :memo: add example.env. [Eduard Veit]
* :memo: write README.md. [Eduard Veit]
### Other
* :recycle: refactor, fix and debug error handling. [Eduard Veit]
* :recycle: refactor main code. [Eduard Veit]
* Initial commit. [EV21]