File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2222``~/.python-gitlab.cfg ``
2323 User configuration file
2424
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.
2726
2827Content
2928-------
@@ -48,7 +47,7 @@ The configuration file uses the ``INI`` format. It contains at least a
4847 timeout = 1
4948
5049 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.
5251
5352The ``[global] `` section also defines the values for the default connexion
5453parameters. You can override the values in each GitLab server section.
@@ -94,14 +93,14 @@ want to perform. For example:
9493
9594 $ gitlab project list
9695
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:
9897
9998.. code-block :: console
10099
101100 $ gitlab --help
102101 $ gitlab project --help
103102
104- Some actions require additional parameters. Use the :option: ` --help ` option to
103+ Some actions require additional parameters. Use the `` --help ` ` option to
105104list mandatory and optional arguments for an action:
106105
107106.. code-block :: console
You can’t perform that action at this time.
0 commit comments