Commit Graph

4 Commits

Author SHA1 Message Date
Panu Matilainen fbd92df754 Argh. Realize we already have equivalents of initCli() and finishCli()
- rpmcliInit() and rpmcliFini() do almost exactly the same as our
  newborn cli-helpers, but they've been almost unused until now.
  Use them and lose the new ones.. doh.
- The downside is that popt aliases are now broken when running commands
  from the build tree due to lt-foo in argv[0], whereas initCli() took
  and explicit popt context name argument. Oh well...
- rpmcliFini() was missing several necessary memory cleanup calls,
  add them there while at it.
2010-08-20 15:23:48 +03:00
Panu Matilainen 2c2faa299e Move --pipe handling to cliutils helpers 2010-08-20 13:52:47 +03:00
Panu Matilainen 03a8511e3b Lump much of the common cli-init + finish tasks into cliutils helpers 2010-08-20 13:50:48 +03:00
Panu Matilainen b217529967 Add a convenience library for stuff common cli-bits into 2010-08-20 13:49:18 +03:00