From 1940feec3dbb099dc3d671cd14ba756e7d34b071 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 17 Mar 2018 16:46:18 +0100 Subject: Implement attribute types to handle special cases Some attributes need to be parsed/modified to work with the API (for instance lists). This patch provides two attribute types that will simplify parts of the code, and fix some CLI bugs. Fixes #443 --- docs/cli.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/cli.rst b/docs/cli.rst index 390445d..0e0d85b 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -235,6 +235,12 @@ Use sudo to act as another user (admin only): $ gitlab project create --name user_project1 --sudo username +List values are comma-separated: + +.. code-block:: console + + $ gitlab issue list --labels foo,bar + Reading values from files ------------------------- -- cgit v1.2.1