Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Jan 21, 2025
1 parent 5264aed commit 6dea00f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,18 +233,18 @@ To add a new CLI command, ensure that it is added in the list at the top of the

The section should look like:

```
<code>
(reference_pebble_{command name}_command)=
## {command name}

The `{command name}` command is used to {describe the command}.

<!-- START AUTOMATED OUTPUT FOR {command name} -->
``````{terminal}
```{terminal}
:input: pebble {command name} --help
``````
<!-- END AUTOMATED OUTPUT FOR {command name} -->
```
<!-- END AUTOMATED OUTPUT FOR {command name} -->
</code>

With `{command name}` replaced by the name of the command and `{describe the command}` replaced by a suitable description.

Expand Down

0 comments on commit 6dea00f

Please sign in to comment.