diff --git a/bin/mi6 b/bin/mi6 index 75d9f34..e9b52f7 100755 --- a/bin/mi6 +++ b/bin/mi6 @@ -19,9 +19,6 @@ multi MAIN("test", *@file, Bool :v(:$verbose), Int :j(:$jobs)) { multi MAIN("release", Bool :k(:$keep), Str :$next-version, Bool :$yes) { $app.cmd("release", :$keep, :$next-version, :$yes); } -multi MAIN("upload") { - die "`mi6 upload` is removed, please execute `mi6 release` instead.\n"; -} multi MAIN("help") { USAGE(); }