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 038423b commit 8bb6d22Copy full SHA for 8bb6d22
readme.md
@@ -22,6 +22,19 @@ SYNOPSIS
22
fileio file1 file2 upload multiple files
23
fileio:history output history
24
25
+ FLAGS
26
+ -e, --expires 'time' (default: 2 weeks) positive integer followed by
27
+ w (week), m (month) or y (year)
28
+
29
+EXAMPLES
30
+ ash fileio --expires 1w help.txt license.md
31
+ ash fileio help.txt license.md -e 1w
32
+ ash fileio --expires 1w help.txt license.md -e 1y readme.md
33
34
+NOTES
35
+ The expires/e flag is able to be added after or before the files.
36
+ Which ever you pattern you choose you must be consitant with.
37
38
```
39
40
## License
0 commit comments