feat: Add first modules
This adds the first modules blocks from the initial proof of concept, with basic docs. Currently missing is bundling and usage instructions
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# User-Feedback
|
||||
|
||||
Provides useful colored outputs for user feedback on actions
|
||||
|
||||
## Overview
|
||||
|
||||
Display error message in stderr, prefixed by check emoji
|
||||
|
||||
## Index
|
||||
|
||||
* [show_error](#show_error)
|
||||
* [show_success](#show_success)
|
||||
|
||||
### show_error
|
||||
|
||||
Display error message in stderr, prefixed by check emoji
|
||||
|
||||
#### Arguments
|
||||
|
||||
* **$1** (string): Error message to display
|
||||
|
||||
### show_success
|
||||
|
||||
Display success message in stderr, prefixed by cross emoji
|
||||
|
||||
#### Arguments
|
||||
|
||||
* **$1** (string): Success message to display
|
||||
|
||||
Reference in New Issue
Block a user