From a55221a856f44cf71ea3e0603844698ecde8ec28 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 21 Nov 2018 10:53:29 +0300 Subject: apt.cc: Add "apt info" alias for muscle memory Muscle memory is acquired from querying package info with tools like snap, dnf etc. --- cmdline/apt.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'cmdline') diff --git a/cmdline/apt.cc b/cmdline/apt.cc index 6bf85467e..99e281261 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -90,6 +90,7 @@ static std::vector GetCommands() /*{{{*/ {"source", &DoSource, nullptr}, {"download", &DoDownload, nullptr}, {"changelog", &DoChangelog, nullptr}, + {"info", &ShowPackage, nullptr}, {nullptr, nullptr, nullptr} }; -- cgit v1.2.3