From 227e3a2fe9a67204935f0837f72c4cc4278c2e5f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 5 May 2024 17:42:09 -0500 Subject: [PATCH] update oizys help on README --- README.md | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 421c228..2c8591a 100644 --- a/README.md +++ b/README.md @@ -42,21 +42,26 @@ nix run "github:daylinmorgan/oizys" ``` ``` -oizys [opts] +nix begat oizys -commands: - dry poor man's nix flake check - boot nixos-rebuild boot - switch nixos-rebuild switch - cache build and push to cachix - build build system flake +Usage: + oizys [command] -options: - -h|--help show this help - --host hostname (current host) - -f|--flake path to flake ($FLAKE_PATH or $HOME/oizys) - -c|--cache name of cachix binary cache (daylin) - --no-pinix don't use pinix +Available Commands: + boot nixos rebuild boot + build A brief description of your command + cache build and push to cachix + dry poor man's nix flake check + help Help about any command + output show nixosConfiguration attr + switch nixos rebuild switch + +Flags: + --flake string path to flake ($OIZYS_DIR or $HOME/oizys) + -h, --help help for oizys + --host string host to build (current host) + +Use "oizys [command] --help" for more information about a command. ``` ## oizys?