-
-
Notifications
You must be signed in to change notification settings - Fork 275
Description
Describe the bug
./uds.py --list
Should show all my files store with UDS, as stated on readme;
However, it shows this:
usage: uds.py [-h] [--push path_to_file]
[--bunch word_in_file [path_to_file ...]] [--pull id] [-g name]
[-b word_in_file] [-l query] [-u] [-d id] [-e name]
[-w word_in_file] [-c id] [-C] [-D]
uds.py: error: argument -l/--list: expected 1 argument
Passing queries however may return files:
./uds.py --list "windows"
Name Size Encoded ID
The Microsoft Windows _NSAKEY backdoor-x8JuUW41pbQ.mp4 28.6 MB 38.1 MB 1wZRpL2NBo54tiq5YANJEjtESUlyZ8Ft9
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
git cloned uds, got credentials, setup;
push a file;
and then ./uds.py --list
Expected behavior
Should show all my files store with UDS, as stated on readme;
Screenshots
If applicable, add screenshots to help explain your problem.
System Information
Python Version, OS, Anything that may help
Mac OS 10.14.16 (Mojave)
python3 --version
Python 3.7.5