appendCommandHistory
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
appendCommandHistory(
state,input,executedAt):ExtensionState
Defined in: domain/storage/extension-state.ts:186
Command historyへ入力を追加。
Parameters
Section titled “Parameters”現在の拡張状態。
string
入力文字列。
executedAt
Section titled “executedAt”string
実行日時ISO文字列。
Returns
Section titled “Returns”command history更新後の拡張状態。
Example
Section titled “Example”const result = appendCommandHistory(state, input, executedAt);