Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | 12-May-2024 | - | 52 | 32 | ||
src/ | 12-May-2024 | - | 420 | 362 | ||
BUILD.gn | D | 12-May-2024 | 2.6 KiB | 80 | 71 | |
LICENSE | D | 12-May-2024 | 10.1 KiB | 177 | 150 | |
README.md | D | 12-May-2024 | 417 | 24 | 18 |
README.md
1# AMS command line tool 2 3## Introduction 4 5This module allows users to submit instructions to the AMS through text lines. 6 7## Features 8 9- Start ability 10- Stop service ability 11- Dump ability 12- Terminate application 13 14## Directions 15 16``` 17├── BUILD.gn 18├── include 19│ └── ability_tool.h 20├── README.md 21└── src 22 ├── ability_tool.cpp 23 └── main.cpp 24```