JacobNickerson / juiceOS

Jason Bourne Again SHell
0 stars 0 forks source link

Adds new command method err for standard error messages, fixes ls #13

Closed JacobNickerson closed 1 week ago

JacobNickerson commented 1 week ago

This pull request adds a new method err, that wraps CmdErr and can be used to print standardized error message for each command. Additionally, ls was broken in the previous pr, one instance of System.out.write was missed and not replaced with the new CmdPrint.

cbloodsworth commented 1 week ago

Looks good. Thanks for making multiple small PRs with manageable diffs.