Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
removes --release from publish help
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed May 19, 2020
1 parent f312ee9 commit 3a3c581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Ashley Williams <ashley666ashley@gmail.com>
Copyright (c) 2020 Cloudflare, Inc. <wrangler@cloudflare.com>

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ fn run() -> Result<(), failure::Error> {
)
.arg(
Arg::with_name("release")
.hidden(true)
.long("release")
.takes_value(false)
.help("[deprecated] alias of wrangler publish")
Expand Down

0 comments on commit 3a3c581

Please sign in to comment.