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