Add a note and message on waiting on input from stdin
This commit is contained in:
parent
f25f67bfc1
commit
84694f95ce
@ -37,6 +37,7 @@
|
||||
- [Related projects](#related-projects)
|
||||
- [Mentions](#mentions)
|
||||
- [Examples](#examples)
|
||||
- [Known issues](#known-issues)
|
||||
- [Collaborators](#collaborators)
|
||||
|
||||
### Introduction
|
||||
@ -487,6 +488,12 @@ NOTE: This flexibility is not exposed in the program.
|
||||
$ buku -h
|
||||
$ man buku
|
||||
|
||||
### Known issues
|
||||
|
||||
1. `buku` waits until its input is closed when not started in a tty. For example, the following hangs:
|
||||
|
||||
$ cat | buku
|
||||
|
||||
### Collaborators
|
||||
|
||||
- [Arun Prakash Jana](https://github.com/jarun)
|
||||
|
Loading…
x
Reference in New Issue
Block a user