-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that each config item has at least a one line description #4915
Comments
>>> from cylc.flow.cfgspec.workflow import SPEC
>>> from cylc.flow.cfgspec.globalcfg import SPEC as GSPEC
>>> print('\n - [ ] '.join([repr(i[1]).replace('<', '<') for i in SPEC.walk() if not i[1].desc]))
>>> print('\n - [ ] '.join([repr(i[1]).replace('<', '<') for i in GSPEC.walk() if not i[1].desc])) |
@wxtim Something like:
|
Only |
Most of the |
really? Not what I'm seeing! |
Hold off @wxtim - I'm just about to post a PR myself. (I also missed these items at first, because they do have a description, just not one that explains what they mean). |
Issue still under progress:
|
In the workflow and global config reference docs
The text was updated successfully, but these errors were encountered: