You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the fs actions copy, link, and makedirs take an arbitrary number of positional KEY arguments on the CLI, and an optional keys API argument, to specify a keypath leading to the config block to use. This should be harmonized with the rest of uwtools to use CLI --key-path and API key_path, with matching semantics.
AC
CLI is updated to use --key-path.
API is updated to use key_path.
Documentation is updated.
Unit tests are updated.
Jupyter notebooks are updated (if needed).
The text was updated successfully, but these errors were encountered:
Description
Currently the
fs
actionscopy
,link
, andmakedirs
take an arbitrary number of positionalKEY
arguments on the CLI, and an optionalkeys
API argument, to specify a keypath leading to the config block to use. This should be harmonized with the rest ofuwtools
to use CLI--key-path
and APIkey_path
, with matching semantics.AC
--key-path
.key_path
.The text was updated successfully, but these errors were encountered: