Note
note
creates a new note in SysReptor.
Examples
Upload notes |
---|
| echo "*Upload me*" | reptor note # Appends to "Uploads" note
echo "*Upload me*" | reptor note --notetitle "My Note" # Custom notetitle
|
Usage
| usage: reptor note [-h] [--list] [--json]
Uploads and lists notes
optional arguments:
-h, --help show this help message and exit
--list list available notes
--json
|