Skip to content

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へ入力を追加。

ExtensionState

現在の拡張状態。

string

入力文字列。

string

実行日時ISO文字列。

ExtensionState

command history更新後の拡張状態。

const result = appendCommandHistory(state, input, executedAt);

Last updated: