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

Fix dmsgpty url commands #193

Merged
merged 2 commits into from
Oct 7, 2022
Merged

Conversation

ersonp
Copy link
Contributor

@ersonp ersonp commented Oct 7, 2022

Fixes #

Changes:

  • Added customCommands to urls commands

How to test this PR:
Given in #skywire-1383

ersonp added 2 commits October 7, 2022 15:26
This commit adds a way to pass custom commands to the pty as a paramater to the Handler().

This commit removes the previously hardcoded custom command 'update' that was used for updating skywire. The reason for this change was for this we had to import skywire for the commands which created a cycle where dmsg imported skywire and skywire imported dmsg which is not good.

This also gives us flexibility to add more custom commands if required.
@mrpalide mrpalide merged commit 643ca4f into skycoin:develop Oct 7, 2022
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