Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

-f / -p flags not working #13

Closed
cottinghamd opened this issue Dec 3, 2017 · 1 comment
Closed

-f / -p flags not working #13

cottinghamd opened this issue Dec 3, 2017 · 1 comment

Comments

@cottinghamd
Copy link

Very minor issue. SharpHound help (-?) suggests that I can use -f to specify a CSV Folder path to store CSV files. Additionally it specifies that I can use -p to specify a CSV Prefix.

If I run the following command, the help is displayed, suggesting there is a syntax error:
sharphound.exe -d domain.name -f c:\output\path

However the following command does work:
sharphound.exe -d domain.name --CSVFolder c:\output\path

This is the same issue with -p and --CSVPrefix flags.

@rvazarkar
Copy link
Contributor

The short flags were removed a while ago in order to fix some issues with inconsistency and it looks like I forgot to update the help text. Fixing this now

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

No branches or pull requests

2 participants