Skip to content

Commit cf4f6d6

Browse files
committed
Rename application target to rlv
./reloaded-vibes --> ./rlv
1 parent 7b18980 commit cf4f6d6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ so you don't have to take care of it manually.
3232
### Command line
3333

3434
```
35-
./reloaded-vibes --watch=<DIRECTORY TO WATCH> --action=<COMMANDLINE>
35+
./rlv --watch=<DIRECTORY TO WATCH> --action=<COMMANDLINE>
3636
```
3737

3838
| Option | Example values | Explanation |
@@ -44,7 +44,7 @@ so you don't have to take care of it manually.
4444
#### Multiple directories or actions
4545

4646
```
47-
./reloaded-vibes --watch=<DIR_1> --watch=<DIR_2> --action=<CMD_1> --action=<CMD_2>
47+
./rlv --watch=<DIR_1> --watch=<DIR_2> --action=<CMD_1> --action=<CMD_2>
4848
```
4949

5050
Just specify the respective arguments multiple times.
@@ -53,7 +53,7 @@ Just specify the respective arguments multiple times.
5353
#### Custom socket for the notification service
5454

5555
```
56-
./reloaded-vibes --watch=<DIRECTORY TO WATCH> --socket=<SOCKET>
56+
./rlv --watch=<DIRECTORY TO WATCH> --socket=<SOCKET>
5757
```
5858

5959
| Option | Example values | Explanation |
@@ -64,7 +64,7 @@ Just specify the respective arguments multiple times.
6464
#### Built-in webserver
6565

6666
```
67-
./reloaded-vibes --watch=<DIRECTORY TO WATCH> --webserver=<SOCKET> --htdocs=<DOCUMENT ROOT>
67+
./rlv --watch=<DIRECTORY TO WATCH> --webserver=<SOCKET> --htdocs=<DOCUMENT ROOT>
6868
```
6969

7070
| Option | Example values | Explanation |
@@ -85,7 +85,7 @@ This feature is enabled by default for the built-in webserver. Pass `--noinject`
8585
#### No service ("offline") mode
8686

8787
```
88-
./reloaded-vibes --watch=<DIRECTORY TO WATCH> --action=<COMMANDLINE> --noservice
88+
./rlv --watch=<DIRECTORY TO WATCH> --action=<COMMANDLINE> --noservice
8989
```
9090

9191
| Option | Example values | Explanation |

dub.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"configurations": [
2727
{
2828
"name": "application",
29+
"targetName": "rlv",
2930
"targetType": "executable",
3031
"subConfigurations": {
3132
"vibe-d:tls": "notls"

0 commit comments

Comments
 (0)