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

@@ -31,14 +31,10 @@ The following update methods are currently implemented:
* `curl` - The minimum requirement for running DynDNS2 operations
essential for APIs:
also essential if you are using other APIs:
* `jq` - Command-line JSON processor
optional requirement:
* `getopt` for CLI parameter handling from [util-linux](https://pkgs.org/download/util-linux)
## 🚀 Installation
Download the latest release
@@ -57,7 +53,7 @@ This convenience function only works if `util-linux` is installed on your system
## ⚙ Configuration
You can use a config in form of an `.env` file.
Or if your system meets the relevant requirements you can use CLI parameters.
Or you can just use CLI parameters.
Create `.env` in the app root directory or at `~/.local/share/dynb/.env`.
```