forked from manfromhuh/url_unsafe
Add docs
This commit is contained in:
parent
568d98390d
commit
18e986cf77
26
README.md
Normal file
26
README.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# url_unsafe
|
||||||
|
|
||||||
|
Set urlsafe strings back to regularly formatted URLs.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
`url_unsafe https%3A%2F%2Fwww.facebook.com%2F`
|
||||||
|
|
||||||
|
Output:
|
||||||
|
|
||||||
|
`https://www.facebook.com/`
|
||||||
|
|
||||||
|
## Output of -h
|
||||||
|
|
||||||
|
```
|
||||||
|
usage: url_unsafe [-h] [--version] [safe_string]
|
||||||
|
|
||||||
|
Set urlsafe strings back to regularly formatted URLs.
|
||||||
|
|
||||||
|
positional arguments:
|
||||||
|
safe_string The string to convert from urlsafe to a URL.
|
||||||
|
|
||||||
|
options:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
--version, -v Print the current version number.
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user