-
Notifications
You must be signed in to change notification settings - Fork 289
multiverse: Add a command to invite users to a room #4944
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
Conversation
43a7739
to
300b011
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4944 +/- ##
=======================================
Coverage 85.92% 85.92%
=======================================
Files 324 324
Lines 35614 35614
=======================================
Hits 30603 30603
Misses 5011 5011 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet!
// Clap expects the first argument to be the binary name, like when a command is | ||
// invoked on the command line. Since we aren't a command line, but | ||
// still find clap a neat command parser, let's give it what it | ||
// expects so we can parse our commands. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glorious hack here.
a52725b
to
22446fa
Compare
This closes #4509.