âšī¸ How to use
1. Add the desired options for your bash script
2. Set the type: flag (boolean), required (requires a value), optional (optional value)
3. Click "Generate Code" to create your bash script with getopt
4. Copy the generated code and use it in your project!
Configure Options
| Short âEx: -h, -v, -f | Long âEx: --help, --verbose, --file | Type | Variable âVariable name in the script | Description | Action |
|---|---|---|---|---|---|