feat: Update command usage to include '--' for argument passing in creator script

This commit is contained in:
2025-11-11 15:10:02 +01:00
parent 3f65ac83cd
commit 1f3d4159e0
6 changed files with 42 additions and 21 deletions

View File

@@ -219,7 +219,13 @@ npm run dashboard-dev
**Account creation wizard** - Create new Microsoft accounts.
```bash
# Interactive mode
npm run creator
# With referral URL and auto-accept mode
npm run creator -- https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.com
# Note: The -- is required to pass arguments to the script!
```
**When to use:**

View File

@@ -119,7 +119,7 @@ Explore advanced features and customization options:| **[NTFY Alerts](ntfy.md)**
**Quick command:**
```bash
npm run creator https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.com
npm run creator -- https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.com
```
---