2.6. CLI

The main arc command line application is called arcli and all of its logic is implemented by modules on the arc.cli namespace. The arcli script itself is just a thin wrapper that initializes arc.cli.app.App.

Arc is designed like that so that users can build their own custom applications with minimal effort.

Previous topic

2.5.4.4. linuxdistro — Manipulating known Linux Distributions

Next topic

2.6.1. arc.cli.app — Main Application Implementation

This Page