aboutsummaryrefslogtreecommitdiff
path: root/yae.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 02:23:28 -0700
committerFuwn <[email protected]>2024-10-11 02:23:33 -0700
commit9f8a04940bb0dd8a8bd8f77660ea7d04b629fc7b (patch)
tree63edba8d2081252ecc2fd07277b2901d850bf816 /yae.go
parent077cca8bbacd08d0c96c54ebe6e9b2b7df7ebbc6 (diff)
downloadyae-9f8a04940bb0dd8a8bd8f77660ea7d04b629fc7b.tar.xz
yae-9f8a04940bb0dd8a8bd8f77660ea7d04b629fc7b.zip
refactor(yae): remove unused update flag
Diffstat (limited to 'yae.go')
-rw-r--r--yae.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/yae.go b/yae.go
index 351e987..03dd3c0 100644
--- a/yae.go
+++ b/yae.go
@@ -156,12 +156,6 @@ func main() {
Args: true,
Usage: "Update one or all sources",
ArgsUsage: "[name]",
- Flags: []cli.Flag{
- &cli.BoolFlag{
- Name: "unpack",
- Usage: "Unpack the source into the Nix Store",
- },
- },
Action: func(c *cli.Context) error {
if c.Args().Len() == 0 {
for key, value := range sources {