Skip to content

Conversation

@KassLavender
Copy link
Owner

Splitting commands, programs, and utils into individual files. This should make it easier to modify particular features and isolate the files being modified.

This should also make PRs easier to parse.

Structure is:

./mycommands/
| init.py
| core.py
| command/
| clearterminal.py
| listall.py
| pagebreak.py

etc

…hould make it easier to modify particular features and isolate the files being modified.
@KassLavender KassLavender linked an issue May 20, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split commands / programs / utils into separate modules

4 participants