cli-testing-specialist 1.0.10

Comprehensive testing framework for CLI tools - automated analysis, test generation, and security validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "binary": "/usr/bin/python3",
  "binary_basename": "python3",
  "version": "3.11.0",
  "subcommand_count": 0,
  "option_count": 5,
  "options": [
    "-c",
    "-m",
    "--version",
    "--help",
    "-O"
  ],
  "subcommands": [],
  "help_available": true,
  "version_available": true,
  "analyzed_at": "2025-11-10T14:16:00Z"
}