Skip to content

Commit

Permalink
Fix formats available via CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 27, 2024
1 parent 1f921f9 commit 2f3ff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from uwtools.logging import log, setup_logging
from uwtools.utils.file import FORMAT, get_file_format

FORMATS = list(FORMAT.formats().keys())
FORMATS = FORMAT.extensions()
TITLE_REQ_ARG = "Required arguments"

Args = Dict[str, Any]
Expand Down

0 comments on commit 2f3ff9a

Please sign in to comment.