oracle / oracle/oci-cli

Missing space in error message

Open
#718 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

SDK
Dominant language
Python
Stars
669
Forks
236
Avg merge
1m
Merged PRs (30d)
4

Description

There is some missing spaces in the error message about --query.

In bash or similar "NIX" based shells used in "NIX" environment, escaping can be done byusing double quotes inside single quotes.

If using PowerShell in Windows environment, escaping can be done by using double quoteswith double escape character `.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the CLI source for --query and the two quoted shell examples in the error message. Check the relevant command output, correct the missing spaces in byusing and quoteswith, and rerun that command to confirm the wording is readable.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.