# {py:mod}`ovo.cli.app` ```{py:module} ovo.cli.app ``` ```{autodoc2-docstring} ovo.cli.app :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`main ` - ```{autodoc2-docstring} ovo.cli.app.main :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`app ` - ```{autodoc2-docstring} ovo.cli.app.app :summary: ``` ```` ### API ````{py:data} app :canonical: ovo.cli.app.app :value: > 'Typer(...)' ```{autodoc2-docstring} ovo.cli.app.app ``` ```` ````{py:function} main(token: bool = typer.Option(False, '--token', help='Require a token to access the web app. Use set OVO_LOGIN_TOKEN env var for a custom token.'), streamlit_run_args: typer.Context = typer.Option(None)) :canonical: ovo.cli.app.main ```{autodoc2-docstring} ovo.cli.app.main ``` ````