archlinux-downgrade / downgrade

Downgrade packages in Arch Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating --pacman-log, --pacman-cache and --maxdepth command-line arguments

atreyasha opened this issue · comments

As per #119, there are minor issues which we can address.

  1. Create --pacman-log and --pacman-cache command line options which can take space-separated paths to identify single or multiple files. This is consistent with #96 in order to represent environmental variable as command-line options.

  2. Investigate whether maxdepth is necessary in downgrade for finding local cached files. Or possibly augmenting maxdepth as a command-line option such as --maxdepth. This could be useful in non-default cache locations.