You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ Deep extensive tab completion and help text generation based on the argparse lib
62
62
63
63
<ahref="https://imgflip.com/i/66t0y0"><imgsrc="https://i.imgflip.com/66t0y0.jpg"title="made at imgflip.com"width="70%"height="70%"/></a>
64
64
65
-
cmd2 creates the second pillar of 'ease of transition to automation' through alias/macro creation, command line argument parsing and execution of cmd2 scripting.
65
+
cmd2 creates the second pillar of 'ease of transition to automation' through alias creation, command line argument parsing and execution of cmd2 scripting.
66
66
67
-
- Flexible alias and macro creation for quick abstraction of commands.
67
+
- Flexible alias creation for quick abstraction of commands.
68
68
- Text file scripting of your application with `run_script` (`@`) and `_relative_run_script` (`@@`)
69
69
- Powerful and flexible built-in Python scripting of your application using the `run_pyscript` command
70
70
- Transcripts for use with built-in regression can be automatically generated from `history -t` or `run_script -t`
0 commit comments