Skip to content

Commit fd5987b

Browse files
Update README.md
1 parent 072bbf4 commit fd5987b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ functions:
2828
unused packages. Does not accept <input>, but has
2929
a confirmation prompt.
3030
31+
backup: Creates a backup of all installed packages' names. Does not
32+
accept <input>, but includes a confirmation prompt.
33+
You can choose the location of the backup file or use the
34+
default location generated by the script.
35+
36+
recover: Recovers packages from a backup file. Reads each line
37+
of the file and installs the packages listed. Accepts the
38+
backup file as <input>. Includes a confirmation prompt.
39+
You can choose to run an update and a cleaup afterwards.
40+
3141
flags:
3242
--help/-h: Display this page
3343

0 commit comments

Comments
 (0)