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"` inserts the token into argv; `"both"` does both.
   */
  readonly token?: TokenInjection;
  /**
   * Index into `args` at which to insert the token when using `"argv"` / `"both"`.
   * Omit ⇒ append after `args`.
   */
  readonly tokenArgvAt?: number;
}
Referenced by 2 symbols