You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console-aliases.txt is in the code and used in #23497 PR but I found a few issues:
console-aliases.txt is not documented anywhere. we should fix that :)
the file gets rewritten somehow automatically meaning if you have two quarkus dev running things goes bad. (lines deleted)
spaces are inconsistently handled.
you must quote spaces, so alias ll=config set quarkus.log.console.format="max\ %d{HH:mm:ss,SSS}\ %-5p\ [%c{3.}]\ (%t)\ %s%e%n" works but when I add it I end up with rewritten file:
alias ll=config set quarkus.log.console.format="max\ %d{HH:mm:ss,SSS}\ %-5p\ [%c{3.}]\ (%t)\ %s%e%n"
quarkus.log.console.format=max\ %d{HH:mm:ss,SSS}\ %-5p\ [%c{3.}]\ (%t)\ %s%e%n
lines without alias is ignored, nothing printed to console that file is problematic
the file is created even if alias list is empty
alias --help gives no info.
alias not listed in help
finally - local project aliases would be nice...i.e. not all aliases makes sense for everyone.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
@maxandersen would you detail the following two points
alias --help gives no info.
alias not listed in help
I already pushed a code belongs to the two points above would you check it?
furthermore, I found another bug related the same area which is the following
`quarkus$ test -help
Cannot invoke "org.aesh.command.impl.internal.ProcessedCommand.findOption(String)" because the return value of "org.aesh.command.impl.internal.ProcessedOption.parent()" is null
Describe the bug
console-aliases.txt
is in the code and used in #23497 PR but I found a few issues:console-aliases.txt
is not documented anywhere. we should fix that :)you must quote spaces, so
alias ll=config set quarkus.log.console.format="max\ %d{HH:mm:ss,SSS}\ %-5p\ [%c{3.}]\ (%t)\ %s%e%n"
works but when I add it I end up with rewritten file:--help
gives no info.help
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: