mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 06:55:13 +02:00
Add private method to print error messages in maid.cr
This commit is contained in:
@ -127,6 +127,10 @@ module Maid
|
||||
exit 0
|
||||
end
|
||||
|
||||
private def _e(error)
|
||||
puts Trucolor.format({255, 55, 20}, error)
|
||||
end
|
||||
|
||||
def remove()
|
||||
puts "Remove"
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user