From 9055d5e68bd09f31df00e45bd14cb599ba3735e5 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 26 Oct 2015 19:30:44 +0100 Subject: hidden support more apt-get/apt-cache commands in apt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apt is supposed to be a user-friendly interface, so while these commands are usually poweruser material and therefore do not need to be shown in general introduction manpages/help messages its of no use to not allow users to use them. This includes clean, autoclean, build-dep, source, download, changelog, depends, rdepends and showsrc – it doesn't include more non-interactive commands like dump or xvcg as those are usually used by scripts if at all. Closes: 778234, 780700, 781237 --- apt-private/private-show.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apt-private/private-show.h') diff --git a/apt-private/private-show.h b/apt-private/private-show.h index b38c65f2f..80871b817 100644 --- a/apt-private/private-show.h +++ b/apt-private/private-show.h @@ -11,5 +11,7 @@ class pkgCacheFile; APT_PUBLIC bool ShowPackage(CommandLine &CmdL); APT_PUBLIC bool DisplayRecordV1(pkgCacheFile &CacheFile, pkgCache::VerIterator const &V, std::ostream &out); +APT_PUBLIC bool ShowSrcPackage(CommandLine &CmdL); +APT_PUBLIC bool Policy(CommandLine &CmdL); #endif -- cgit v1.2.3