diff --git a/README.md b/README.md index 5c3737f..b5f83ef 100644 --- a/README.md +++ b/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] @@ -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') +```