Skip to content
MiguelMJ edited this page May 31, 2021 · 9 revisions

Usage

python answerable [-v] [--no-ansi] save -u ID [-t SOURCE-FILE]

Saves the user information to the .config file to be used in future executions.

Options

Option Description
-v Verbose mode. Logs to stderr.
--no-ansi Disable color.
-u ID --user ID Required.
User ID.
-t FILE --tags FILE Optional.
Path of the tags file.
-m MODEL --model MODEL Optional.
Recommendation model to use.

To see more information on the user ID and the tags file, see where to get the user ID and the tags file

Description

If you have not saved your user ID and/or tags information before, each Answerable command will need you to introduce it every time. By saving it, the program will detect the .config file and read the ID and tags from it.

Keep in mind that the .config file is created in the current working directory.

Clone this wiki locally