diff options
| author | Fuwn <[email protected]> | 2025-11-28 22:07:59 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-11-28 22:07:59 -0800 |
| commit | ee1e583a3c2584880ee666043ffe1a176bbd88b4 (patch) | |
| tree | 964f025f2fcf8293767d3ff9896dca446381d372 /yae.go | |
| parent | 0b3a96d0dedbf0181b64d30fa4434c5708394c97 (diff) | |
| download | yae-main.tar.xz yae-main.zip | |
Diffstat (limited to 'yae.go')
| -rw-r--r-- | yae.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,11 +11,14 @@ import ( "github.com/urfave/cli/v2" ) +var Version string + func main() { sources := yae.Environment{} if err := (&cli.App{ Name: "yae", + Version: Version, Usage: "Nix Dependency Manager", Description: "Nix Dependency Manager", EnableBashCompletion: true, |