Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 438 Bytes

Сканер файлов проекта

$ python scan.py -h
usage: scan.py [--full] directory

Сканирует директорию, ищет файлы

positional arguments:
  directory   Путь до папки с проектом

optional arguments:
  -h, --help  show this help message and exit
  --full      Фильтровать по .gitignore файлу, если он имеется

img.png