Module commands

Source
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.