------------------------------------------------- lines 14-43 of file: devel/cmd/depend_command.cpp ------------------------------------------------- {xrst_begin depend_command} The Depend Command ################## Syntax ****** ``dismod_at`` *database* ``depend`` database ******** Is an `sqlite `_ database containing the ``dismod_at`` :ref:`input-name` tables which are not modified. depend_var_table **************** A new :ref:`depend_var_table-name` is created with the information that maps a :ref:`var_table@var_id` to its meaning in terms of the :ref:`model_variables-name` . {xrst_toc_hidden example/get_started/depend_command.py } Example ******* The file :ref:`depend_command.py-name` contains an example and test using this command. {xrst_end depend_command}