Skip to content

Update README.md

Update README.md #33

Workflow file for this run

name: Test on push
on: push
jobs:
test-short:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
- name: Install
run: pip install .
- name: Test
run: xunter --help
- name: Test
run: xunter --no-rc -c '2+2' ++depth-lt 5 ++output stdout
- name: Test
run: xunter --no-rc -c 'echo 1' ++filter 'Q(filename_has="specs.py"),Q(function="run_subproc")' ++output ./echo1.xunter