From aa51e17f0252da3760bdf7b3e883a1955f9ce8dd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 28 Oct 2018 15:44:21 +0200 Subject: Initial commit --- src/icktool.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/icktool.yaml (limited to 'src/icktool.yaml') diff --git a/src/icktool.yaml b/src/icktool.yaml new file mode 100644 index 0000000..db16e0b --- /dev/null +++ b/src/icktool.yaml @@ -0,0 +1,16 @@ +name: icktool +version: "0.0" +author: "Lars Wirzenius " +about: "Controls the ick CI system" +args: + - api: + help: choose ick controller to use + short: a + long: api + value_name: api + takes_value: true +subcommands: + - version: + about: show ick controller version + - status: + about: show ick status -- cgit v1.2.1