File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
22
``~/.python-gitlab.cfg ``
23
23
User configuration file
24
24
25
- You can use a different configuration file with the :option: `--config-file `
26
- option.
25
+ You can use a different configuration file with the ``--config-file `` option.
27
26
28
27
Content
29
28
-------
@@ -48,7 +47,7 @@ The configuration file uses the ``INI`` format. It contains at least a
48
47
timeout = 1
49
48
50
49
The ``default `` option of the ``[global] `` section defines the GitLab server to
51
- use if no server is explitly specified with the :option: ` --gitlab ` CLI option.
50
+ use if no server is explitly specified with the `` --gitlab ` ` CLI option.
52
51
53
52
The ``[global] `` section also defines the values for the default connexion
54
53
parameters. You can override the values in each GitLab server section.
@@ -94,14 +93,14 @@ want to perform. For example:
94
93
95
94
$ gitlab project list
96
95
97
- Use the :option: ` --help ` option to list the available object types and actions:
96
+ Use the `` --help ` ` option to list the available object types and actions:
98
97
99
98
.. code-block :: console
100
99
101
100
$ gitlab --help
102
101
$ gitlab project --help
103
102
104
- Some actions require additional parameters. Use the :option: ` --help ` option to
103
+ Some actions require additional parameters. Use the `` --help ` ` option to
105
104
list mandatory and optional arguments for an action:
106
105
107
106
.. code-block :: console
You can’t perform that action at this time.
0 commit comments