From fae34b383d6432f7118c2ad082224f6d27d51221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Nielsen?= Date: Mon, 11 Jan 2021 20:26:37 +0100 Subject: [PATCH] feat(macports): add 'reclaim' to completion list for Macports (#9521) The sub-command `reclaim` is quite useful for freeing up disk space. `reclaim` is a useful command that is missing from the list of completions in the plugin. The description is for the `reclaim` sub-command is: "port reclaim will find files that can be removed to reclaim disk space by uninstalling inactive ports on your system as well as unnecessary unrequested ports, and removing unneeded or unused installation files. The user is then provided interactive options for files to remove. No files are removed initially, until the user selects them from the provided list." For all the details use this command on a system with Macports installed: `port help reclaim` --- plugins/macports/_port | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/macports/_port b/plugins/macports/_port index 6a9ebe0c6..897598a46 100644 --- a/plugins/macports/_port +++ b/plugins/macports/_port @@ -43,6 +43,7 @@ subcmds=( 'provides' 'rdependents' 'rdeps' +'reclaim' 'rpmpackage' 'search' 'selfupdate'