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

readline: rename deDupeHistory option #11950

Closed
wants to merge 1 commit into from
Closed

readline: rename deDupeHistory option #11950

wants to merge 1 commit into from

Commits on Mar 20, 2017

  1. readline: rename deDupeHistory option

    Renames `options.deDupeHistory` → `options.removeHistoryDuplicates` for
    `readline.createInterface(options)`.
    
    The option name `removeHistoryDuplicates` is preferable to the
    semantically identical name `deDupeHistory` because "dedupe" (short for
    "deduplication") is obscure and neologistic while
    `removeHistoryDuplicates` is clear, though verbose.
    
    Updates tests and documentation for this option accordingly.
    
    Refs: #2982
    DannyNemer committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    389546b View commit details
    Browse the repository at this point in the history