Add flags

This commit is contained in:
NotMyFault 2019-04-21 10:28:50 +02:00
parent f4938eeffe
commit 640fac6374
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ ext {
date = git.head().getDate().format("yy.MM.dd")
revision = "-${git.head().abbreviatedId}"
parents = git.head().parentIds;
index = -2110; // Offset to match CI
index = -2109; // Offset to match CI
for (; parents != null && !parents.isEmpty(); index++) {
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
}

View File

@ -437,7 +437,7 @@ public class ClipboardCommands extends MethodCommands {
@Command(
aliases = {"/paste"},
usage = "",
flags = "sao",
flags = "saobe",
desc = "Paste the clipboard's contents",
help =
"Pastes the clipboard's contents.\n" +