From 56d97d63191271e955f3ad3d1908f52406d27ae1 Mon Sep 17 00:00:00 2001 From: Alexandre Micouleau Date: Mon, 28 Oct 2024 17:24:48 +0100 Subject: [PATCH] Better description --- snap/snapcraft.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2e2d0cd..3fc3bae 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,9 +1,16 @@ name: cqrcode # you probably want to 'snapcraft register ' base: core24 # the base snap is the execution environment for this snap -version: '1.1' # just for humans, typically '1.2+git' or '1.3.2' +version: '1.1+multi' # just for humans, typically '1.2+git' or '1.3.2' summary: Create QR codes flying Canonical colors. # 79 char long summary description: | - TODO + cqrcode.create --help + Usage: main.py [OPTIONS] URL + + Options: + --output_file TEXT Output file path (defaults to "./qrcode.png") + --logo_path TEXT Path to the logo to embed (defaults to the Canonical + one) + --help Show this message and exit. grade: stable # must be 'stable' to release into candidate/stable channels confinement: strict # use 'strict' once you have the right plugs and slots