-
Notifications
You must be signed in to change notification settings - Fork 0
NATIVE-2026-02: Add disk Use Case CLI Functions #8
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.rsmodule contains the disk_cp, disk_exists, disk_ls, disk_metadata, disk_mkdir, disk_mv, disk_read_file, disk_rm, and disk_write_file functions for the Disk Use Case. Create acli_disk()function to expose a common way of performing these actions regardless of the terminal / operating system evironiment.Acceptance Criteria:
cli_disk()function is created implementing the identified commands.cli_help()function is updated with the availability of the new commands.md_bookSection 3 is updated with the new commands identifying examples and UML of what of the call sequence.