This commit is contained in:
Joshua Perry 2024-01-01 15:10:59 +00:00
parent ad704f1bb1
commit 7780da3106
1 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,6 @@
# Config Example
`[
```json
[
{"boot": [
{"grub": [
{"themes":
@ -56,10 +57,12 @@
]}
]}
]}
]`
]
```
# Dotfiles Help Output
`CLI utility to help with managing user dotfiles
```console
CLI utility to help with managing user dotfiles
Usage: dotfiles [OPTIONS] <COMMAND>
@ -78,15 +81,18 @@ Options:
-h, --help
Print help
-V, --version
Print version`
Print version
```
# Collect Help Output
`Collect files into a destination directory
```console
Collect files into a destination directory
Usage: dotfiles collect
Options:
-h, --help Print help`
-h, --help Print help
```
# Install Help Output
`Installs dotfiles from a git url.
@ -105,4 +111,5 @@ Arguments:
Options:
-h, --help
Print help (see a summary with '-h')`
Print help (see a summary with '-h')
```