-
Notifications
You must be signed in to change notification settings - Fork 343
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
Provide Docs URLs in --help
messaging
#1232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we need either a test or a cron action to validate that none of the links are dead.
That should be easy enough to add |
'workflow/rerun', | ||
'tensorboard/connect', | ||
'runner/launch', | ||
'repo/prepare', | ||
'pr/create', | ||
'comment/create', | ||
'comment/update', | ||
'check/create', | ||
'asset/publish' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'workflow/rerun', | |
'tensorboard/connect', | |
'runner/launch', | |
'repo/prepare', | |
'pr/create', | |
'comment/create', | |
'comment/update', | |
'check/create', | |
'asset/publish' | |
'workflow:rerun', | |
'tensorboard:connect', | |
'runner:launch', | |
'repo:prepare', | |
'pr:create', | |
'comment:create', | |
'comment:update', | |
'check:create', | |
'asset:publish' |
For consistency with analytics?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's only used to import the file, we could but it would and more code in the test :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, nevermind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to be hard to keep this list updated as (sub)commands new are added.
* initial setup * npm run do_snapshots * now with a test * Update bin/cml.test.js
I did some very basic skimming of yargs to see if they had a better mechanism for this but didn't find anything (note on the basic skimming, I find their docs website difficult to read and search)