Add a command line argument to change the port and the channel of the server. #3
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
boranseckin/bridge#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to change the port and the channel of the server, a user is required to modify the code. Add a command-line argument parser to change these specifications dynamically and easily.
e.g.
--portand--channelPort parsing added in
255c1a4102.Channel parsing added in
67661ea6d1.Multiple channels are added in
73974056d5.