From a9e0f9ba442931b87fd9f2eedc54d6dcedddf074 Mon Sep 17 00:00:00 2001 From: Aiden Date: Wed, 1 Feb 2023 13:52:46 +0000 Subject: [PATCH] insert output of the cli --help --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1ed98..69d616b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,32 @@ TODO: link to generated module options ### CLI -TODO: output of the cli --help +``` +$ nix run github:nix-community/disko -- + +disko [options] disk-config.nix +or disko [options] --flake github:somebody/somewhere + +Options: + +* -m, --mode mode + set the mode, either create or mount +* -f, --flake uri + fetch the disko config relative to this flake's root +* --arg name value + pass value to nix-build. can be used to set disk-names for example +* --argstr name value + pass value to nix-build as string +* --root-mountpoint /mnt + where to mount the device tree +* --dry-run + just show the path to the script instead of running it +* --debug + run with set -x + +``` + + ## Installing NixOS module