Expand description
This module contains functions used to control a notebook.
Modules§
- execute_
commands - In this module functions from
commands
module executes using commands in CLI.
Structs§
- Note
- This is a
struct
that containing information about notes.
Functions§
- add
- Adds and returns a new note to notebook.
- clear
- Clears the content of requested note.
- del
- Deletes the requested note.
- del_all
- Deletes all total notes in notebook.
- display
- Displays the requested note.
- display_
all - Displays all total notes in notebook.
- select_
one - Returns the requested note.
- upd
- Updates content of note and returns updated note.
- upd_
notename - Updates notename and returns note that name was updated.