We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
utmctl help attach
Describe the issue utmctl help attach fails with an ArgumentParser error. All other help pages do work correctly.
Configuration
Crash log
$ utmctl help attach ArgumentParser/Parsed.swift:59: Fatal error: Trying to get the argument set from a resolved/parsed property. Trace/BPT trap: 5
The text was updated successfully, but these errors were encountered:
@osy it seems to be because of the init() block for Attach. Removing it fixes the crash.
init()
Edit: Even removing the init() block still causes utmctl start <uuid> --attach to crash.
utmctl start <uuid> --attach
Sorry, something went wrong.
fcae691
No branches or pull requests
Describe the issue
utmctl help attach
fails with an ArgumentParser error. All other help pages do work correctly.Configuration
Crash log
The text was updated successfully, but these errors were encountered: