.gitignore
README.md
magicli.py
pyproject.toml
.github/workflows/lint.yml
.github/workflows/pytest.yml
.github/workflows/release.yml
magicli.egg-info/PKG-INFO
magicli.egg-info/SOURCES.txt
magicli.egg-info/dependency_links.txt
magicli.egg-info/entry_points.txt
magicli.egg-info/requires.txt
magicli.egg-info/top_level.txt
tests/fixtures.py
tests/test_cli.py
tests/test_help.py
tests/test_magicli.py
tests/test_parse_kwarg.py
tests/test_parse_short_options.py