We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3b0eb commit 5d92377Copy full SHA for 5d92377
README.md
@@ -1,2 +1,25 @@
1
# getmyfile
2
Commandline file downloader
3
+
4
+###CLI Docs
5
6
+```javascript
7
8
+ getmyfile fileaddress
9
10
+```
11
12
+#####Example
13
14
15
16
+ getmyfile "http://somewebsite.com/index.html"
17
18
19
20
21
+Note:-
22
23
+getmyfile will store the file in the directory where you ran getmyfile command;
24
25
0 commit comments