Various Updates & Fixes to bridgectl
#3
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This work was originally meant to be the first commit of
FSEmul
support (hence the branch name beingdev/fsemul
). However, while working on it I noticed some very small things I want to contribute up, because FSEmul is probably going to take awhile. Some of these fixes, and things are:Update LICENSE file to the latest year (2024)
Update various dependencies to latest version.
Fix various commands in
bridgectl
showing the wrong command name/purpose when error'ingdump-params
/get-params
/set-params
are pretty similar and I copied a lot, and didn't fully fix the copying. whoops, that's on me!Teach
bridgectl
aboutcafe
/cafex
/mochiato
environment variables for specifying the bridge. This means in acafe
/cafex
/mochiato
environment you don't need to specify which bridge you want to use at all (not even a--default
)bridgectl
where specifying absolutely no parameters would still try to search, and potentially find a bridge. we wouldn't want this.Allow configuring the parameter space port for
get-params
/set-params
/dump-params
Fix
bridgectl
exiting with an unsuccessful exit code, when specifying--help
/-h
as an argument.