mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Update sbt to add publish-local to commands
This commit is contained in:
parent
96e4e5dd03
commit
eabe701b98
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ _sbt_commands=(
|
|||
'package-src:produce a source artifact, such as a jar containing sources'
|
||||
'publish:publish artifacts to a repository'
|
||||
'publish-local:publish artifacts to the local repository'
|
||||
'publish-m2:publish artifacts to the local Maven 2 repository'
|
||||
'run:run a main class'
|
||||
'run-main:run the main class selected by the first argument'
|
||||
'test:execute all tests'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue