You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ RPS is a dart script manager that allows you to define and use scripts from the
15
15
16
16
1. Install this package.
17
17
```bash
18
-
dart pub global activate rps --version 0.8.0-dev.2
18
+
dart pub global activate rps --version 0.8.0-dev.3
19
19
```
20
20
2. Define scripts inside the pubspec.yaml
21
21
```yaml
@@ -149,7 +149,7 @@ This can be useful for commands like `rm -rf`, which in Windows.... `rd /s /q`,
149
149
150
150
## 🎯 Positional arguments
151
151
152
-
Arguments can be passed by adding to the command the - simple, but sometimes it is useful to give them in a specific place, here positional arguments come to the rescue.
152
+
Arguments can be passed by adding them to the end of the command - simple, but sometimes it is useful to give them in a specific place, here positional arguments come to the rescue.
153
153
154
154
Positional arguments are defined as numbers in parentheses: `${0}`, `${1}`, `${3}` and so on....
0 commit comments