]> git.saurik.com Git - apt.git/commit - apt-private/private-show.h
centralize 'show' implementation of apt and apt-cache
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 16 Oct 2015 19:34:51 +0000 (21:34 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 17:04:02 +0000 (18:04 +0100)
commit501cd23e1e85e59d18e883496a0d7f7576778054
tree4290c7eedcec665d432008184709abe2e2cc0547
parentc3ded84c6f99bda4caf63c8662416ffb0189d31b
centralize 'show' implementation of apt and apt-cache

The show commands have different styles in both binaries as the audience
is potentially very different, but that doesn't mean we need to separate
the implementation especially as they are slightly similar. This also
allows us to switch between the different show versions at runtime via
an option.

Git-Dch: Ignore
apt-private/private-cmndline.cc
apt-private/private-show.cc
apt-private/private-show.h
cmdline/apt-cache.cc
cmdline/apt.cc