update
This commit is contained in:
parent
ad704f1bb1
commit
7780da3106
21
README.md
21
README.md
|
|
@ -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')
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue