Skip to content
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

docs command added #413

Merged
merged 7 commits into from
Dec 10, 2024
Merged

docs command added #413

merged 7 commits into from
Dec 10, 2024

Conversation

SenjeyB
Copy link
Contributor

@SenjeyB SenjeyB commented Dec 9, 2024

Added docs command, which does should print 'Hello World'.

@SenjeyB
Copy link
Contributor Author

SenjeyB commented Dec 10, 2024

@yegor256 Can you take a look, please?

@yegor256
Copy link
Member

@SenjeyB please, make sure all CI jobs pass before manual review

* @param {Hash} opts - All options
*/
module.exports = function(opts) {
console.info('Hello World!');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SenjeyB maybe it's better to print something like "This command is not yet implemented, sorry"

@yegor256
Copy link
Member

@SenjeyB looks good now, but how about a test? Adding new code not covered by tests is a bad idea in general.

@SenjeyB
Copy link
Contributor Author

SenjeyB commented Dec 10, 2024

@SenjeyB looks good now, but how about a test? Adding new code not covered by tests is a bad idea in general.

@yegor256

Tests added

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Dec 10, 2024

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

@rultor rultor merged commit 18af1c1 into objectionary:master Dec 10, 2024
13 checks passed
@rultor
Copy link
Contributor

rultor commented Dec 10, 2024

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 19min).

@yegor256
Copy link
Member

@SenjeyB thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants