mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
'plugins/scala/_scala: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
1bebbbf50a
commit
093c2cd6b6
1 changed files with 2 additions and 2 deletions
|
@ -152,10 +152,10 @@ Y_opts=(
|
||||||
"-Ydump-classes+[Dump the generated bytecode to .class files (useful for reflective compilation that utilizes in-memory classloaders)]:output directory:_files -/"
|
"-Ydump-classes+[Dump the generated bytecode to .class files (useful for reflective compilation that utilizes in-memory classloaders)]:output directory:_files -/"
|
||||||
"-Yeta-expand-keeps-star[Eta-expand varargs methods to T* rather than Seq[T]. This is a temporary option to ease transition.]"
|
"-Yeta-expand-keeps-star[Eta-expand varargs methods to T* rather than Seq[T]. This is a temporary option to ease transition.]"
|
||||||
"-Ygen-javap+[Generate a parallel output directory of .javap files]:output directory:_files -/"
|
"-Ygen-javap+[Generate a parallel output directory of .javap files]:output directory:_files -/"
|
||||||
"-Yinfer-argument-types[Infer types for arguments of overriden methods]"
|
"-Yinfer-argument-types[Infer types for arguments of overridden methods]"
|
||||||
"-Yinline[Perform inlining when possible]"
|
"-Yinline[Perform inlining when possible]"
|
||||||
"-Yinline-handlers[Perform exception handler inlining when possible]"
|
"-Yinline-handlers[Perform exception handler inlining when possible]"
|
||||||
"-Yinline-warnings[Emit inlining warnings (normally surpressed due to high volume)]"
|
"-Yinline-warnings[Emit inlining warnings (normally suppressed due to high volume)]"
|
||||||
"-Yinvalidate+[Invalidate classpath entry before run]:classpath entry"
|
"-Yinvalidate+[Invalidate classpath entry before run]:classpath entry"
|
||||||
"-Ylinearizer\:-[Linearizer to use (default\: rpo)]:linearizer:(normal dfs rpo dump)"
|
"-Ylinearizer\:-[Linearizer to use (default\: rpo)]:linearizer:(normal dfs rpo dump)"
|
||||||
"-Ylog-classpath[Output information about what classpath is being applied]"
|
"-Ylog-classpath[Output information about what classpath is being applied]"
|
||||||
|
|
Loading…
Reference in a new issue