enso/lib
Dmitry Bushev ee2dc57d68
Project manager API for basic file system operations (#9245)
close #9173

Changelog:
- add: `--filesystem-list {path}` cli parameter that list files, directories and projects
- add: `--filesystem-create-directory {path}` cli parameter that creates a specified directory
- add: `--filesystem-delete-directory {path}` cli parameter that deletes a specified directory
- add: `--filesystem-move-from {path}` ` --filesystem-move-to {path}` cli parameters to move specified filesystem object
2024-03-08 15:44:17 +00:00
..
java Autoscoped constructors (#9190) 2024-03-04 11:41:02 +00:00
rust Remove gui1 codebase (#9242) 2024-03-07 02:20:21 +00:00
scala Project manager API for basic file system operations (#9245) 2024-03-08 15:44:17 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.