asset

Types

pub type Error {
  ParsingFailed(glance.Error)
  NoImportFound
}

Constructors

Values

pub fn main() -> Nil

Call the asset CLI.

pub fn update_text(
  contents: String,
  target_module: String,
) -> Result(String, Error)

Updates a single file to use assert syntax. Accepts the target module to replace. gleeunit/should should be used for most cases.

Search Document