-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcurrent_help.txt
More file actions
27 lines (21 loc) · 1.06 KB
/
current_help.txt
File metadata and controls
27 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
usage: autorepro [-h] [--version] {pr,scan,init,plan,exec} ...
CLI for AutoRepro - transforms issues into repro steps
positional arguments:
{pr,scan,init,plan,exec}
Available commands
pr Create or update GitHub pull request
scan Detect languages/frameworks from file pointers
init Create a developer container
plan Derive execution plan from issue description
exec Execute the top plan command
options:
-h, --help show this help message and exit
--version show program's version number and exit
AutoRepro automatically detects repository technologies, generates ready-made
devcontainers, and writes prioritized repro plans with explicit assumptions.
MVP commands:
scan Detect languages/frameworks from file pointers
init Create a developer container
plan Derive execution plan from issue description
pr Create or update GitHub pull request
For more information, visit: https://github.com/ali90h/AutoRepro