Skip to content

Feature request: Supplying comment text from stdin (or file) #410

@FMCorz

Description

@FMCorz

It would be useful to be able to pass the text for a comment from stdin, or a file.

Example:

echo "Test" | basecamp comment 123
cat /tmp/comment.md | basecamp comment 123
basecamp comment 123 --from-file /tmp/comment.md

Arguably, the file argument is not needed if stdin is supported.

I imagine other commands would benefit from such improvement as well.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions