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-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,14 @@ import ts from 'unleashed-typescript';
37
37
38
38
# CLI
39
39
40
+
With no arguments `unleashed-typescript` patches your current version of typescript **if it is not already patched**. If you want to sync your version after an update you can use the `--force-patch` option.
41
+
40
42
```bash
41
43
Usage: unleashed-typescript [options]
42
44
43
45
Options:
44
-
--upgrade Upgrade the unleashed version from your current version.
46
+
--unpatch Revert the patch (useful before a build/publish).
47
+
--force-patch Force patch from your current typescript version.
0 commit comments