aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 09:23:28 +0000
committerFuwn <[email protected]>2024-10-11 09:23:33 +0000
commit7dacbe79919c3440affdd612a29ab552d7bb1216 (patch)
tree63edba8d2081252ecc2fd07277b2901d850bf816
parentdocs(readme): code block for package name (diff)
downloadyae-7dacbe79919c3440affdd612a29ab552d7bb1216.tar.xz
yae-7dacbe79919c3440affdd612a29ab552d7bb1216.zip
refactor(yae): remove unused update flag
-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 {