Skip to content

[Documentation] ICliContext has no property InputHistory #222

@BarkenBark

Description

@BarkenBark

Describe the issue
The Wiki page Advanced Interactive Input states that InputHistoryProvider can be accessed through the ICliContext property InputHistory, but no such property is defined by the interface.

Documentation should reflect the code. Ideally, the issue is resolved by exposing the missing property, or by documenting another way to access the InputHistoryProvider in interactive mode.

Additional context
Accessing the IInputHistoryProvider for an interactive session would be nice, e.g. to store user input in a file to remember cross-application-session command history.

I tried injecting an IInputHistoryProvider in a command, but it did not work for me.

EDIT: I see that the property was removed in f7ba106

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions