From 7780da3106a0aafb6d6078ce2b62cc17b3d5f3f9 Mon Sep 17 00:00:00 2001 From: r0r-5chach Date: Mon, 1 Jan 2024 15:10:59 +0000 Subject: [PATCH] update --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) 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') +```