5. fox CLI Implementation
The fox CLI is implemented in a two staged wrapper,
first the
fox.ps1wrapper for PowerShell andfox.shwrapper for bash andsecondly
fox.pyas a generic wrapper to call into the actual CLI whenfox.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