-
Notifications
You must be signed in to change notification settings - Fork 0
NATIVE-2026-04: Add runtime Use Case Functions #11
Copy link
Copy link
Open
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted NativeAllows for tagging a bug or feature request to the codemelted Native command.Allows for tagging a bug or feature request to the codemelted Native command.
Metadata
Metadata
Assignees
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted NativeAllows for tagging a bug or feature request to the codemelted Native command.Allows for tagging a bug or feature request to the codemelted Native command.
Description: The
codemelted.rscontains theruntime_xxxfunctions for querying different aspects about the current operating system terminal environment. Create a newcli_runtimeto wrap these functions to thecodemeltednative command.Acceptance Criteria:
codemeltedcommand contains the new--runtime-xxxactions.cli_help()function explains each of the new actions.mdbooksection 3 is updated with the new actions with examples and UML of the calling sequence.