From ead7ec5cb7cbf402c790ddc08ca8611c59d89374 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Mon, 20 Jan 2025 23:18:28 +0500 Subject: [PATCH] chore: add cli example configuration --- cli.yaml.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 cli.yaml.example diff --git a/cli.yaml.example b/cli.yaml.example new file mode 100644 index 0000000..257141b --- /dev/null +++ b/cli.yaml.example @@ -0,0 +1,22 @@ +# This is a file with CLI specific configuration for the auto room creation and sticker import/preview + +# Room settings for the commands +room: + prefix: "" # optional, must be a string + homeserver: "example.com" # required, must be a string + # autoinvite: # optional, Autoinvite selected users with selected power, must be a list. + # - user: "@username:example.com" + # power: 100 # 0 - default, 50 - moderator, 100 - admin + + +import: + artist: False # Prompt for artist input, in flag is not provided. + artist_url: False # Prompt for artist page url input, in flag is not provided. + create_room: True # Create a room for the new stickerpack if it doesn't exist + +preview: + include_tg_url: True + include_artist: True + include_artist_url: True + not_include_space: False + not_include_preview_url: False