diff --git a/docs/docs/administration/cli.mdx b/docs/docs/administration/cli.mdx index 3991376f3..11ea6fa65 100644 --- a/docs/docs/administration/cli.mdx +++ b/docs/docs/administration/cli.mdx @@ -23,15 +23,6 @@ langflow --help python -m langflow ``` -### Options - -| Option | Description | -| ------ | ----------- | -| `--install-completion` | Install completion for the current shell. | -| `--show-completion` | Show completion for the current shell, to copy it or customize the installation. | -| `--help` | Show this message and exit. | - - | Command | Description | | ------- | ----------- | | `api-key` | Creates an API key for the default superuser if AUTO_LOGIN is enabled. | @@ -40,6 +31,13 @@ python -m langflow | `run` | Run the Langflow. | | `superuser` | Create a superuser. | +### Options + +| Option | Description | +| ------ | ----------- | +| `--install-completion` | Install completion for the current shell. | +| `--show-completion` | Show completion for the current shell, to copy it or customize the installation. | +| `--help` | Show this message and exit. | ## langflow api-key