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

feat: add clean command #28

Merged
merged 2 commits into from
Sep 24, 2021
Merged

feat: add clean command #28

merged 2 commits into from
Sep 24, 2021

Conversation

alexeagle
Copy link
Member

No description provided.

.pre-commit-config.yaml Outdated Show resolved Hide resolved
@@ -29,7 +29,7 @@ func NewBuildCmd(

cmd := &cobra.Command{
Use: "build",
Short: "Builds the specified targets, using the options.",
Short: "Builds the specified targets, using the options",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove the punctuation? The documentation lacks it, then. I don't get the tendency toward wrong grammar.

Copy link
Member Author

Choose a reason for hiding this comment

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

meh, it's my preference for keeping lines shorter on the terminal, and also this is a sentence fragment since it doesn't have a subject. But consistency with bazel command is fine, and it does print periods here.

Copy link
Contributor

Choose a reason for hiding this comment

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

When it gets into the markdown, it does have a subject, and it's called implied subject (I had to take a look into the English name since I only knew it in Portuguese).

@alexeagle alexeagle merged commit b9f0e25 into main Sep 24, 2021
@alexeagle alexeagle deleted the clean branch September 24, 2021 23:29
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.

2 participants