LoaderCLI
=========

.. currentmodule:: lsst.daf.butler.cli.butler

.. autoclass:: LoaderCLI
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~LoaderCLI.allow_extra_args
      ~LoaderCLI.allow_interspersed_args
      ~LoaderCLI.ignore_unknown_options
      ~LoaderCLI.localCmdPkg

   .. rubric:: Methods Summary

   .. autosummary::

      ~LoaderCLI.__call__
      ~LoaderCLI.collect_usage_pieces
      ~LoaderCLI.format_commands
      ~LoaderCLI.format_epilog
      ~LoaderCLI.format_help
      ~LoaderCLI.format_help_text
      ~LoaderCLI.format_options
      ~LoaderCLI.format_usage
      ~LoaderCLI.getLocalCommands
      ~LoaderCLI.getPluginList
      ~LoaderCLI.get_command
      ~LoaderCLI.get_help
      ~LoaderCLI.get_help_option
      ~LoaderCLI.get_help_option_names
      ~LoaderCLI.get_params
      ~LoaderCLI.get_short_help_str
      ~LoaderCLI.get_usage
      ~LoaderCLI.invoke
      ~LoaderCLI.list_commands
      ~LoaderCLI.main
      ~LoaderCLI.make_context
      ~LoaderCLI.make_parser
      ~LoaderCLI.parse_args
      ~LoaderCLI.resolve_command
      ~LoaderCLI.resultcallback

   .. rubric:: Attributes Documentation

   .. autoattribute:: allow_extra_args
   .. autoattribute:: allow_interspersed_args
   .. autoattribute:: ignore_unknown_options
   .. autoattribute:: localCmdPkg

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: collect_usage_pieces
   .. automethod:: format_commands
   .. automethod:: format_epilog
   .. automethod:: format_help
   .. automethod:: format_help_text
   .. automethod:: format_options
   .. automethod:: format_usage
   .. automethod:: getLocalCommands
   .. automethod:: getPluginList
   .. automethod:: get_command
   .. automethod:: get_help
   .. automethod:: get_help_option
   .. automethod:: get_help_option_names
   .. automethod:: get_params
   .. automethod:: get_short_help_str
   .. automethod:: get_usage
   .. automethod:: invoke
   .. automethod:: list_commands
   .. automethod:: main
   .. automethod:: make_context
   .. automethod:: make_parser
   .. automethod:: parse_args
   .. automethod:: resolve_command
   .. automethod:: resultcallback