Skip to content

Commit 6924951

Browse files
committed
Fix heading levels
1 parent 27f91a3 commit 6924951

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,25 @@ In order to ease automation, creation and listing commands will typically print
119119
out the identifier of the relevant snippet(s) on the standard out, so this
120120
information can be used in further commands.
121121

122-
## `list`
122+
#### `list`
123123

124124
This is the default command, i.e. it is what runs when snippet is called without
125125
any command specification. The command prints out the identifiers of the
126126
snippets accessible by the token at the project on the standard out.
127127

128-
## `get` or `read`
128+
#### `get` or `read`
129129

130130
This command takes the identifier of an existing snippet as an argument and will
131131
print out its raw content on the standard out.
132132

133-
## `details`
133+
#### `details`
134134

135135
This command takes the identifier of an existing snippet and prints out the
136136
parsed JSON output of the gitlab snippet description. When passed the `--json`
137137
flag, the command will, instead print out the unparsed entire gitlab snippet
138138
description.
139139

140-
## `create` or `add`
140+
#### `create` or `add`
141141

142142
This command will create a snippet and return its identifier. On error, it will
143143
log the error at the `error` level. It takes a number of options, most of them
@@ -153,13 +153,13 @@ being mandatory:
153153
+ `--content-file` is file containing the content of the snippet. One of
154154
`--content-file` or `--content` must be present.
155155

156-
## `update` or `change`
156+
#### `update` or `change`
157157

158158
This command takes the same options as the `create` command and, in addition,
159159
the identifier of an existing snippet. It will modify the snippet and return its
160160
identifier on success.
161161

162-
## `delete` or `remove`
162+
#### `delete` or `remove`
163163

164164
This command takes the identifier of a snippet and removes it.
165165

0 commit comments

Comments
 (0)