-
Notifications
You must be signed in to change notification settings - Fork 2
save
MiguelMJ edited this page Jan 14, 2021
·
9 revisions
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.
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. |
To see more information on the user ID and the tags file, see where to get the user ID and the tags file
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.
Home | Contributing | License | Changelog | Code