# Module localecmd-builtins General functions in a command-line program. ```{py:function} Bool A topic to get help on from the command line but is not callable. In the CLI, the docstring is printed when with the command `help ` where `` is the name of the topic. ``` ```{py:function} Float A topic to get help on from the command line but is not callable. In the CLI, the docstring is printed when with the command `help ` where `` is the name of the topic. ``` ```{py:function} Int A topic to get help on from the command line but is not callable. In the CLI, the docstring is printed when with the command `help ` where `` is the name of the topic. ``` ```{py:function} Str A topic to get help on from the command line but is not callable. In the CLI, the docstring is printed when with the command `help ` where `` is the name of the topic. ``` ```{py:function} Types A topic to get help on from the command line but is not callable. In the CLI, the docstring is printed when with the command `help ` where `` is the name of the topic. ``` ```{py:function} change_language language Change language of program :param str language: Folder name containing the translation strings. Must be subfolder of folder specified by CLI.localedir. Defaults to '' meaning the fallback language English. ``` ```{py:function} complete words... Predict command completion of the given words ``` ```{py:function} help topic... Get help :param str topic: Function/Topic to get help on. If empty, a list of all functions and topics is shown. ``` ```{py:function} list_distributors Print list of distributor functions ``` ```{py:function} list_languages include_fallback Print list of available program languages ``` ```{py:function} quit Terminate program :raises SystemExit: Always ```