maestral.cli.utils ================== .. py:module:: maestral.cli.utils .. autoapi-nested-parse:: Module to print neatly formatted tables and grids to the terminal. Module Contents --------------- .. py:function:: get_term_size() Returns the terminal size. If it cannot be determined, for example because output is piped to a file, return :attr:`sys.maxsize` for width and height instead. :returns: (width, height). .. py:function:: freeze_support() Provides support to start the CLI from a frozen executable.