# AMS command line tool ## Introduction This module allows users to submit instructions to the AMS through text lines. ## Features - Start ability - Stop service ability - Dump ability - Terminate application ## Directions ``` ├── BUILD.gn ├── include │   └── ability_tool.h ├── README.md └── src ├── ability_tool.cpp └── main.cpp ```