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: proposed change. edit example: replace "-d ," commandline flag … #320

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 15, 2023

  1. docs: proposed change. edit example: replace "-d ," commandline flag …

    …with "-d '|'" for example related to pipe-separated-values file
    
    I interpreted this filename (`myfile.delimited-file-with-pipes`) as a delimiter-separated-values file for which the delimiter is pipe ('|'). 
    
    Given this section of the usage
    
    ```
        -p, --pipe-delimited
                            Same as -d '|'. Added for convenience and readability
    ```
    
    I inferred that the line in the example should be 
    ```
    q -d '|' -H "select my_field from myfile.delimited-file-with-pipes"
    ```
    rather than 
    ```
    q -d , -H "select my_field from myfile.delimited-file-with-pipes"
    ```
    zipperer committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    be19b5d View commit details
    Browse the repository at this point in the history