vdev 0.3.11

CLI utilities for Vector (vector.dev) development and CI workflows
1
2
3
4
5
6
7
8
9
10
11
12
mod check;
mod enact;
mod generate;
mod show;

crate::cli_subcommands! {
    "Manage and inspect deprecation notices..."
    check,
    enact,
    generate,
    show,
}