We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In your example code, this line produces the error above:
sudo ./neopi.py -C scan1.csv -a -A /var/www/
In README the option is shown as -C but in the actual command I think this should be -c
-C
-c
The text was updated successfully, but these errors were encountered:
@jamieburchell This option is -c not -C . you may see this here.
parser = OptionParser(usage="usage: %prog [options] <start directory> <OPTIONAL: filename regex>", version="%prog 1.0") parser.add_option("-c", "--csv", action="store", dest="is_csv", default=False, help="generate CSV outfile", metavar="FILECSV")
Hope it helps 😸
Sorry, something went wrong.
A year ago maybe- I had to remind myself what NeoPi was ;)
And the readme example using -C is still incorrect...
No branches or pull requests
In your example code, this line produces the error above:
sudo ./neopi.py -C scan1.csv -a -A /var/www/
In README the option is shown as
-C
but in the actual command I think this should be-c
The text was updated successfully, but these errors were encountered: