-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da98e8c
commit b28731e
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |