Skip to content

Feat: Implement 'cls' Command to Clear Console #6

@jayambe36

Description

@jayambe36

The command prompt can get cluttered with output. A cls (or clear) command is a standard utility to clear the console screen, providing a cleaner workspace for the user.

This can be implemented in Java by printing a sequence of new lines or by using a more advanced method to clear the console, which this solution does for better compatibility

Please assign me this issue to submit this as a PR under the hacktoberfest, hacktoberfest2025, and hacktoberfest-accepted labels.

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions