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

A few CLI improvements #812

Merged
merged 5 commits into from
Apr 6, 2022
Merged

Conversation

Miepee
Copy link
Contributor

@Miepee Miepee commented Mar 28, 2022

This PR deals with the CLI project in the following ways:

  • clean it more by documenting variables and methods
  • Adding more todos on what should eventually be done.
  • implement all inherited IScriptInterface functions (except for some very rarely used ones) which means it's now possible to use CLI as a replacement for all scripts or use it for CI.
  • split code into different files

Miepee added 5 commits March 24, 2022 13:40
- seperated commands into seperate file
- A lot of documentation and comments
- seperated all the stuff that gets inherited into seperate file
- remove some unneeded / unused stuff
- added verbose option for new command
- reordered some methods internally
- add #regions for important groups
- add todos for stuff that still needs to be done.
- make output of paths cleaner
- imlement PromptLoadFile
- implement SendAUMIMessage
- add more TODOs
- implement simpleTextOutput
- implement GetDisassemblyText
- make a bunch of functions not throw but do nothing instead
- some other stuff i cant remember
@Grossley Grossley merged commit 55bb7bc into UnderminersTeam:master Apr 6, 2022
@Miepee Miepee deleted the more-cli-stuff branch May 8, 2022 07:35
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.

2 participants