You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the issue
The Wiki page Advanced Interactive Input states that
InputHistoryProvider
can be accessed through theICliContext
propertyInputHistory
, 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
The text was updated successfully, but these errors were encountered: