document stdin input and check off todo

This commit is contained in:
Hedy Li 2021-07-10 12:43:30 +08:00
parent 38524b2e25
commit 36e13987e1
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ todo
- [ ] handle input prompt
- [x] -i input option
- [x] -f input file
- [x] piping input from stdin

View File

@ -103,7 +103,7 @@ Usage: sparte [--help] [URL] [-i INPUT] [-f FILE]
--help usage
-i send INPUT to URL
-f send contents of FILE as input to UR
-f send contents of FILE as input to URL (use - for reading stdin pipe)
`)
return