A command line tool for cleaning Jira task descriptions, written in Rust.
The Jira Task Description Cleaner is a simple and efficient tool that takes messy Jira task descriptions with end of line spaces, multiple empty lines and converts them into clean, readable, and well-formatted text.
The Jira Task Description Cleaner can be used from the command line by running the following command:
```bash
echo 'Jira-task-text ... ' | jira-task-description-cleaner
```
Where
Contributing
We welcome contributions to the Jira Task Description Cleaner. If you would like to contribute, please fork the repository, make your changes, and submit a pull request.
License
The Jira Task Description Cleaner is open-source software, licensed under the MIT License.