Commit Graph

5 Commits

Author SHA1 Message Date
Janne Valkealahti
ec03bd92a1 Remove explicit copyright from docs index page
- Backport #1024
- Fixes #1025
2024-03-10 14:34:40 +00:00
Janne Valkealahti
65f0b317b7 Use CommandContext as method parameter
- With annotation(@Command) model it's now possible to just
  add CommandContext and it will get resolved and doesn't
  cause it to appear as an option.
- Backport #779
- Fixes #990
2024-01-26 13:52:46 +00:00
Stephen Lawrence
059c2d0144 Clarifying the confusing note 2024-01-17 07:55:40 +00:00
Janne Valkealahti
134af2dbd2 Fix alias handling with @Command annotation
- Revisit how alias commands are added using
  @Command annotation when using if/or on class
  and/or method level.
- With this change alias handling is more logical
  and there's better tests and docs.
- Backport #945
- Fixes #973
2024-01-13 12:35:35 +00:00
Janne Valkealahti
814ed4958f Migrate docs to antora
- This is basically copy from main branch minus all
  terminal ui things.
- Relates #971
2024-01-12 14:02:10 +00:00