We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072bbf4 commit fd5987bCopy full SHA for fd5987b
README.md
@@ -28,6 +28,16 @@ functions:
28
unused packages. Does not accept <input>, but has
29
a confirmation prompt.
30
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
41
flags:
42
--help/-h: Display this page
43
0 commit comments