Skip to content

Commit

Permalink
add referring to help
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Peschel authored and gpetretto committed Dec 27, 2024
1 parent 3bb8291 commit 1508b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jobflow_remote/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ class JobflowRemoteSettings(BaseSettings):
LogLevel.WARN, description="The level set for logging in the CLI"
)
cli_job_list_columns: Optional[list[str]] = Field(
None, description="The list of columns to show in the `jf job list` command."
None,
description="The list of columns to show in the `jf job list` command. For available "
"options check the corresponding help: `jf job list -h`.",
)

model_config = SettingsConfigDict(env_prefix="jfremote_")
Expand Down

0 comments on commit 1508b8e

Please sign in to comment.