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

Typos in CLI help #1201

Open
DevOpsCow opened this issue Jan 22, 2025 · 0 comments
Open

Typos in CLI help #1201

DevOpsCow opened this issue Jan 22, 2025 · 0 comments

Comments

@DevOpsCow
Copy link

DevOpsCow commented Jan 22, 2025

Hello

Quick fix, just a couple of typos in the CLI help:

Extra double quote in "Name:

parser.add_argument('--target', type=str, default='*', help='"Name of the target')

Capitalization missing in a couple of lines:

parser.add_argument('--start_value', type=str, default='*', help='start value of the column to partial sync')
parser.add_argument('--end_value', type=str, default=None, help='end value of the column to partial sync')

Found in PipelineWise 0.68.0 - Command Line Interface while trying it out.

pd
Unsure if I should proceed with a PR, as these simple annoyances.
Let me know if I can help :)

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

No branches or pull requests

1 participant