diff options
| author | Fuwn <[email protected]> | 2024-09-16 02:08:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 02:08:23 +0000 |
| commit | 67f1cea892a1b585de55c78565180f393717dad8 (patch) | |
| tree | 6e856451d0653b5ba3ec046cc2a938b8210c3e57 | |
| parent | docs(readme): add usage instructions (diff) | |
| download | rui-67f1cea892a1b585de55c78565180f393717dad8.tar.xz rui-67f1cea892a1b585de55c78565180f393717dad8.zip | |
fix: usage description
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | rui.go | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,7 @@ rui.packages.${pkgs.system}.default ```text NAME: - rui - A new cli application + rui - Personal NixOS Flake Manager USAGE: rui [global options] command [command options] @@ -12,6 +12,7 @@ import ( func main() { (&cli.App{ Name: "rui", + Usage: "Personal NixOS Flake Manager", Description: "Personal NixOS Flake Manager", EnableBashCompletion: true, Authors: []*cli.Author{ |