danoan.word_guru.cli.commands.dictionary_commands.get_definition module

danoan.word_guru.cli.commands.dictionary_commands.get_definition.extend_parser(subcommand_action=None)[source]
danoan.word_guru.cli.commands.dictionary_commands.get_definition.get_definition(openai_key: str, cache_path: str | None, word: str, language: str, *args, **kwargs)[source]

Get the definition of a word in the given language.

Parameters:
  • openai_key (str)

  • cache_path (str | None)

  • word (str)

  • language (str)