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
I'd like to be able to access CtlInfo.fmt in some way and was wondering what would be the nicest way to expose it:
CtlInfo.fmt
struct CtlInfo
Ctl.info()
Ctl.fmt()
The text was updated successfully, but these errors were encountered:
Closed in #19
Sorry, something went wrong.
No branches or pull requests
I'd like to be able to access
CtlInfo.fmt
in some way and was wondering what would be the nicest way to expose it:struct CtlInfo
and add aCtl.info()
method and add some methods to it (see publish CtlInfo struct #19)Ctl.fmt()
method to return the format string@johalun maybe you have some other ideas?
The text was updated successfully, but these errors were encountered: