Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement runtypes and loadtypes #103

Merged
merged 1 commit into from
Dec 5, 2024
Merged

implement runtypes and loadtypes #103

merged 1 commit into from
Dec 5, 2024

Conversation

stevesims
Copy link
Contributor

@stevesims stevesims commented Nov 30, 2024

adds new RunFile and LoadFile commands which look up a system variable named Alias$@RunType_<extension> or Alias$@LoadType_<extension> to find a command to run or load a file

in a future update the CLI will be updated to automatically use runtypes to attempt to run commands

some preliminary system variables for several load types and run types have been added. for instance, Alias$@RunType_bin is defined to do RunBin %*0, and Alias$@RunType_bbc is BBCBasic %*0

Closes #78

adds new `runfile` and `loadfile` commands which look up a system variable named `Alias$@RunType_<extension>` or `Alias$@LoadType_<extension>` to find a command to run or load a file

in a future update the CLI will be updated to automatically use runtypes to attempt to run commands
@stevesims stevesims merged commit a965dbd into v3 Dec 5, 2024
@stevesims stevesims deleted the runtypes branch December 5, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant