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
mason register
The online docs list the registration commands for bootanimation and splash like so:
bootanimation
splash
mason register media bootanimation [NAME] [VERSION]
But according to the cli (mason register media bootanimation -h) the correct commands are like this:
mason register media bootanimation -h
mason register media bootanimation [OPTIONS] NAME VERSION MEDIA
Similarly, apk is listed in the online docs as:
apk
mason register apk [NAME] [VERSION]
But according to the cli it should be:
mason register apk [OPTIONS] APKS...
Similarly, config is listed in the online docs as:
config
mason register config [NAME] [VERSION]
mason register config [OPTIONS] CONFIGS...
The text was updated successfully, but these errors were encountered:
mason register media
mason register apk
tonyhuynh-mason
No branches or pull requests
The online docs list the registration commands for
bootanimation
andsplash
like so:mason register media bootanimation [NAME] [VERSION]
But according to the cli (
mason register media bootanimation -h
) the correct commands are like this:mason register media bootanimation [OPTIONS] NAME VERSION MEDIA
Similarly,
apk
is listed in the online docs as:mason register apk [NAME] [VERSION]
But according to the cli it should be:
mason register apk [OPTIONS] APKS...
Similarly,
config
is listed in the online docs as:mason register config [NAME] [VERSION]
But according to the cli it should be:
mason register config [OPTIONS] CONFIGS...
The text was updated successfully, but these errors were encountered: