Skip to content

Fix typos in CLI help strings#1284

Open
Pawansingh3889 wants to merge 1 commit into
transferwise:masterfrom
Pawansingh3889:fix-cli-help-typos
Open

Fix typos in CLI help strings#1284
Pawansingh3889 wants to merge 1 commit into
transferwise:masterfrom
Pawansingh3889:fix-cli-help-typos

Conversation

@Pawansingh3889

@Pawansingh3889 Pawansingh3889 commented Jul 8, 2026

Copy link
Copy Markdown

Context

PipelineWise's CLI --help output had three small errors, reported in #1201: a stray leading quote in the --target help string ("Name of the target), and two argument help strings (--start_value, --end_value) that began with a lowercase word, out of step with the sentence case used for every other argument. A maintainer confirmed on the issue that a PR would be welcome.

This changes help text only, in pipelinewise/cli/__init__.py; there is no behaviour change.

Types of changes

  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • Description above provides context of the change
  • Unit tests for changes (not needed for documentation changes)
  • CI checks pass with my changes
  • Relevant documentation is updated including usage instructions

Closes #1201.

Closes transferwise#1201. Removes a stray leading quote in the --target help and
capitalises the --start_value and --end_value help to match the other
arguments.
@Pawansingh3889 Pawansingh3889 requested a review from a team as a code owner July 8, 2026 15:53
Copilot AI review requested due to automatic review settings July 8, 2026 15:53
@platon-github-app-production

Copy link
Copy Markdown

Comment /request-review to automatically request reviews from the following teams:

You can also request review from a specific team by commenting /request-review team-name, or you can add a description with --notes "<message>"

💡 If you see something that doesn't look right, check the configuration guide.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Changes: Minor improvement (1)

This PR resolves reported typos/inconsistencies in the CLI argument help strings, improving the user-facing --help output without changing CLI behavior.

Changes:

  • Fixes a stray leading quote in the --target help string.
  • Capitalizes --start_value / --end_value help strings to match sentence case used elsewhere.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

Typos in CLI help

2 participants