Hyperlinkv0.9.0-beta.0

Launcher

export interface CommandOptions extends ChildProcess.CommandOptions {
  /**
   * Where to put the minted assume token. Default `"env"` → `HYPERLINK_ASSUME_TOKEN`.
   * `"argv"` appends the token as the last argument; `"both"` does both.
   */
  readonly token?: TokenInjection;
}
Referenced by 1 symbols