mirror of https://github.com/sbt/sbt.git
Remove deprecated commands -, --, and ---
86ae3c8c59 deprecated -, --, and ---.
This removes the deprecated commands.
This commit is contained in:
parent
cab740dbdf
commit
d90f273420
|
|
@ -56,7 +56,7 @@ object BasicCommands {
|
|||
client,
|
||||
read,
|
||||
alias
|
||||
) ++ compatCommands
|
||||
)
|
||||
|
||||
def nop: Command = Command.custom(s => success(() => s))
|
||||
def ignore: Command = Command.command(FailureWall)(idFun)
|
||||
|
|
|
|||
Loading…
Reference in New Issue