Open Issues Need Help
View All on GitHub Feature request: Provide option to specify number of dashes about 2 months ago
AI Summary: Implement a new command-line option, `--width <DASHWIDTH>`, for the `spacer` CLI tool. This option should allow users to specify the number of dash characters used in the spacer, overriding the default behavior of filling the terminal width. This requires modifying the existing code to accept and process this new argument, and update the spacer generation logic accordingly.
Complexity:
2/5
enhancement good first issue