Skip to content

Commit

Permalink
Added help from command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHotston committed Aug 1, 2020
1 parent da98e8c commit b28731e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# pswd
A tool for selecting characters from passwords

## Help
### usage
pswd [FLAGS] \<PASSWORD\> [POSITION]...

### flags
-h, --help Prints help information <br>
-P, --pipe Take \<PASSWORD\> value from stdin, allowing for piped input <br>
-V, --version Prints version information

### args
\<PASSWORD\> The password of which charaters are to be selected from. <br>
\<POSITION\>... The position (integer) of the character to select (starting at 1)

0 comments on commit b28731e

Please sign in to comment.