avl_cli

Contents

avl_cli#

avl-aero-tables CLI entry point. Provides the verify and run subcommands by delegating to avl_bin.

For usage examples see Usage.

API#

avl-aero-tables CLI entry point.

avl_aero_tables.avl_cli.main(argv=None)[source]#

Entry point for the avl-aero-tables CLI.

Subcommands:

verify

Check that the AVL binary is installed and runnable.

run <command_file>

Feed a pre-built AVL command script to the binary via stdin.

Example

# Verify the AVL binary is installed and functional
avl-aero-tables verify

# Feed a pre-built command script to the binary
avl-aero-tables run path/to/commands.txt
Parameters:

argv (list[str] | None)

Return type:

int