cli-xtask 0.10.2

A collection of utility functions and command line interfaces for cargo-xtask
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `cargo-xtask-dist(1)`

```test
Build the artifacts and create the archive file for distribution

Usage: cargo xtask dist [OPTIONS]

Options:
      --target <TARGET_TRIPLE>  Target triple for the build
  -v, --verbose...              More output per occurrence
  -q, --quiet...                Less output per occurrence
      --use-cross               Use cross tool to build
      --use-cross-if-needed     Use cross if target is different from default target
  -h, --help                    Print help
```