Skip to content

Assembly

Sebastien Pouliot edited this page Feb 13, 2022 · 2 revisions

assembly

The assembly is not a complete command byt itself but a branch that groups all commands related to querying assemblies.

USAGE:

cilout assembly <assembly> [OPTIONS] <COMMAND>

ARGUMENTS:

  • <assembly> Assembly to analyze

OPTIONS:

  • -h, --help Prints help information

COMMANDS:

  • is-trimmable Check for the presence of [assembly: AssemblyMetadata ("Trimmable", "true")] inside the specified assembly
Clone this wiki locally