Skip to content

Commit

Permalink
remove upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jan 22, 2023
1 parent 35ec3ae commit f58d8b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/mi6
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit f58d8b6

Please sign in to comment.