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

Jeremiahstockdale ao 310 #316

Merged
merged 3 commits into from
Sep 20, 2024
Merged

Jeremiahstockdale ao 310 #316

merged 3 commits into from
Sep 20, 2024

Conversation

Jeremiahstockdale
Copy link
Contributor

@Jeremiahstockdale Jeremiahstockdale commented Aug 1, 2024

closes #310

This PR expands on the the users ability to spawn a process. The user can currently spawn a process using module id, and this PR will allow them to spawn the process by module id or name

If only one module is found, the process for that module is spawned. If multiple processes are found, the user will be prompted with a list of processes and their corresponding module id's, timestamp and format. The process will spawn after the user selects one from the list. If the module is provided,

One potential issue is that we currently recognize an ID with this method by the length. If the string is 42 characters long, we assume it's an id. Otherwise it must be a name.

#310

feat(mu): prompt dependency #310

feat(mu): differenciate module id versus name #310

feat(mu): improved error messaging during spawning process #310

refactor(mu): fix lost lines from rebase #310
@twilson63 twilson63 merged commit fbf57ed into main Sep 20, 2024
3 checks passed
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.

feat(choose module by name): aos --module [name or id]
2 participants