Package ai.wanaku.cli.main.commands.man
Class LabelExpressionMan
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.man.LabelExpressionMan
Command to display label expression documentation.
This command loads and displays the comprehensive label expressions guide in an interactive pager with terminal formatting using Markdown rendering.
The documentation is displayed using a less-like pager that supports:
- Page-by-page navigation (Space/b)
- Line-by-line scrolling (j/k or arrow keys)
- Search functionality (/pattern)
- Jump to beginning/end (g/G)
Example usage:
wanaku man label-expression
-
Field Summary
Fields inherited from class ai.wanaku.cli.main.commands.BaseCommand
authTokenOverride, EXIT_ERROR, EXIT_OK, noAuth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCall(org.jline.terminal.Terminal terminal, WanakuPrinter printer) Methods inherited from class ai.wanaku.cli.main.commands.BaseCommand
call, initAuthenticatedService, initService, initService
-
Constructor Details
-
LabelExpressionMan
public LabelExpressionMan()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseCommand- Throws:
Exception
-