Vibe.CLI.Server (vibe v0.2.1)

Copy Markdown View Source

Server subcommand dispatch: start, stop, restart, status.

Summary

Functions

command(arg1, opts)

@spec command(
  [String.t()],
  keyword()
) :: :ok | {:error, term()}

ensure_running(timeout_ms \\ 20000, opts \\ [])

@spec ensure_running(
  non_neg_integer(),
  keyword()
) :: :ok | {:error, term()}

launch_background(opts \\ [])

@spec launch_background(keyword()) :: :ok

start_background(timeout_ms \\ 20000, opts \\ [])

@spec start_background(
  non_neg_integer(),
  keyword()
) :: :ok | {:error, term()}