clegaspi / clegaspi/saml_reader
Cannot pipe input and then prompt for comparison values
Open
bug
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```
cat file.xml | saml_reader --compare
```
This fails because the pipe is connected to the application's stdin rather than the terminal. Some solutions here:
https://stackoverflow.com/questions/7141331/pipe-input-to-script-and-later-get-input-from-user
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.