Origin-OS icon indicating copy to clipboard operation
Origin-OS copied to clipboard

[NEW OSL] Package command and packages system

Open Mistium opened this issue 2 years ago • 1 comments

OSL Commands

package "use" "test"

// sets data variable to "Successfully found and installed package" or "Failed to find package" // so that you can do error handling

Terminal commands

package install [name]

// Successfully found package // Failed to find package // No internet connection // Successfully installed to /Packages

package delete [name]

// Successfully deleted installed package // Failed to find package

package total installed

// You have [total] packages installed

package unofficial install [raw_osl_url]

// Successfully found package // Failed to find package // No internet connection // Successfully installed to /Packages

Mistium avatar Jan 29 '24 18:01 Mistium

Definitely not happening until I allow a program to define subroutines outside of the main program and inside stuff like the import command

Mistium avatar May 09 '24 00:05 Mistium

done this, just need to add unofficial install and from "/packages"

Mistium avatar Jun 02 '24 10:06 Mistium

done

Mistium avatar Jun 02 '24 17:06 Mistium