5. fox CLI Implementation
The fox CLI is implemented in a two staged wrapper,
- first the - fox.ps1wrapper for PowerShell and- fox.shwrapper for bash and
- secondly - fox.pyas a generic wrapper to call into the actual CLI when- fox.ps1/- fox.shsucceeded.
5.1. fox CLI Wrapper
The workflow of the fox CLI wrapper is shown in
Fig. 5.12.
Fig. 5.12 Block diagram of the fox CLI wrapper
5.2. fox.py Wrapper
The purpose of and workflow of the fox.py file is shown in
Fig. 5.13.
Fig. 5.13 Block diagram of the fox.py wrapper
