transip-command 0.4.2

Tool for manipulating and querying records on Transip Api Endpoint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "transip-command"
authors.workspace = true
description.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version = "0.4.2"

[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
shlex = "1.3.0"

[features]
propagation = []

[lints]
workspace = true