Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using stdin in place of the message flag #470

Open
atc0005 opened this issue Mar 25, 2024 · 0 comments
Open

Add support for using stdin in place of the message flag #470

atc0005 opened this issue Mar 25, 2024 · 0 comments
Assignees
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Mar 25, 2024

This could potentially be applied by first implementing #469 and then checking for - as the filename.

The goal would be to accept piped input and use that instead of using the value passed to the message flag.

Since we'd be making it easier to push bulk content into this app we'd need to consider truncating to a safe input limit (since Teams enforces those). The truncation could be applied automatically or by request. If automatically, then add a flag to disable truncation (letting the submission attempt fail if too large).

@atc0005 atc0005 added this to the Future milestone Mar 25, 2024
@atc0005 atc0005 self-assigned this Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant