diff options
| author | Fuwn <[email protected]> | 2024-10-11 09:23:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 09:23:33 +0000 |
| commit | 7dacbe79919c3440affdd612a29ab552d7bb1216 (patch) | |
| tree | 63edba8d2081252ecc2fd07277b2901d850bf816 | |
| parent | docs(readme): code block for package name (diff) | |
| download | yae-7dacbe79919c3440affdd612a29ab552d7bb1216.tar.xz yae-7dacbe79919c3440affdd612a29ab552d7bb1216.zip | |
refactor(yae): remove unused update flag
| -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 { |