Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many typos in duckencoder.py #10

Open
doublehp opened this issue Jan 21, 2018 · 0 comments
Open

many typos in duckencoder.py #10

doublehp opened this issue Jan 21, 2018 · 0 comments

Comments

@doublehp
Copy link

https://github.com/mame82/duckencoder.py/blob/4af3dd262f43a9328894b4342cb97de675ee2d87/duckencoder.py

481-482
-p, --pastthru Read script from stdin and print result on stdout (ignore -i, -o)
-r, --rawpassthru Like passthru, but input is read as STRING instead of duckyscript

498-500 (and many other ones)
rawpassthru = False
try:
opts, args = getopt.getopt(argv, "hi:o:l:pr", ["help", "input=", "output=", "language=", "passthru", "rawpassthru"])

524-531:
elif opt in ("-p", "--passsthru"):
[...]
elif opt in ("-r", "--rawpasssthru"):

and I probably missed many other ones ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant