diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-27 22:49:34 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-27 22:49:34 -0500 |
commit | 415f1cb1c7dd5fbfe21cca0c6eea2eb998bbd1a0 (patch) | |
tree | f38d9d7496e712ef36c0856bf4c0ddcb17219c18 /README.md | |
parent | 0f8f90cc2ade4135193f5399e5e6a12271668867 (diff) | |
download | cmd2-git-415f1cb1c7dd5fbfe21cca0c6eea2eb998bbd1a0.tar.gz |
Renamed locals_in_py to self_in_py
This more accurately reflects what it controls
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -318,14 +318,11 @@ example/transcript_regex.txt: # regexes on prompts just make the trailing space obvious (Cmd) set allow_style: Terminal -continuation_prompt: >/ / debug: False echo: False editor: /.*?/ feedback_to_output: False -locals_in_py: True maxrepeats: 3 -prompt: (Cmd)/ / quiet: False timing: False ``` @@ -350,14 +347,14 @@ Open source projects using cmd2 Here are a few examples of open-source projects which use `cmd2`: +* [Jok3r](http://www.jok3r-framework.com) + * Network & Web Pentest Automation Framework * [CephFS Shell](http://docs.ceph.com/docs/master/cephfs/cephfs-shell/) * [Ceph](https://ceph.com/) is a distributed object, block, and file storage platform * [JSShell](https://github.com/Den1al/JSShell) * An interactive multi-user web JavaScript shell * [psiTurk](https://psiturk.org) * An open platform for science on Amazon Mechanical Turk -* [Jok3r](http://www.jok3r-framework.com) - * Network & Web Pentest Automation Framework * [Poseidon](https://github.com/CyberReboot/poseidon) * Leverages software-defined networks (SDNs) to acquire and then feed network traffic to a number of machine learning techniques * [Unipacker](https://github.com/unipacker/unipacker) |