JacobNickerson / juiceOS

Jason Bourne Again SHell
0 stars 0 forks source link

Add `static final String err(String msg)` to Command abstract class. #6

Closed cbloodsworth closed 4 days ago

cbloodsworth commented 2 weeks ago

This would have an implementation something like:

static final String err(String msg) {
   return this.name + ": " + msg;
}

This would allow us for commands to return standardized error messages based on their own name.

JacobNickerson commented 1 week ago

im on it gang

cbloodsworth commented 4 days ago

This issue has been resolved for a while -- I'm going to close the issue.