Add in 'command_pre' and 'command_post' configs

This allows for running commands before and after the comms method in
the command pipeline, such as setting up python virtual environments
and piping output through other commands
This commit is contained in:
Duncan Ferguson 2020-04-18 17:05:00 +01:00
parent 7fe7c69769
commit 82f88450d0
6 changed files with 37 additions and 1 deletions

View file

@ -2,6 +2,7 @@ Revision history for {{$dist->name}}
4.15 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Include all utilies within each man page
- Add in 'command_pre' and 'command_post' configuration options
4.14 2019-08-21 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Include README within the repository, not just created tar.gz files