diff options
| author | Fuwn <[email protected]> | 2024-10-11 02:23:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 02:23:33 -0700 |
| commit | 9f8a04940bb0dd8a8bd8f77660ea7d04b629fc7b (patch) | |
| tree | 63edba8d2081252ecc2fd07277b2901d850bf816 /yae.go | |
| parent | 077cca8bbacd08d0c96c54ebe6e9b2b7df7ebbc6 (diff) | |
| download | yae-9f8a04940bb0dd8a8bd8f77660ea7d04b629fc7b.tar.xz yae-9f8a04940bb0dd8a8bd8f77660ea7d04b629fc7b.zip | |
refactor(yae): remove unused update flag
Diffstat (limited to 'yae.go')
| -rw-r--r-- | yae.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 { |