mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
feat: Update command usage to include '--' for argument passing in creator script
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user