mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
added argument parser
This commit is contained in:
parent
e3bf4fef86
commit
51fe9160ca
6 changed files with 45 additions and 2 deletions
|
@ -5,3 +5,9 @@ Copy `config.example.yml` to `config.yml` and set it up.
|
|||
|
||||
#### Running
|
||||
`yarn && yarn build && node ./dist/index.js`
|
||||
|
||||
#### Custom arguments
|
||||
```bash
|
||||
node ./dist/index.js \
|
||||
--config ./config-dev.yml
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue