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
Sometimes you just want to see what flags a program has, the most common way to check it is the --help flag.
Text should be something like
Usage: exokit [Flags] <url> Flags: --help Display's this text then exits. --xr [mode] Forces a xr mode. (Modes are: webvr, webxr, etc.)
That may not be a exhaustive list of flags or options for the flags.
The text was updated successfully, but these errors were encountered:
Based off These lines
There are actually a bunch of flags that are just not written down for easy reference anywhere.
Sorry, something went wrong.
Currently I have some stubby documentation at #1424 but if someone else has a better way of doing it please by all means go for it.
No branches or pull requests
Sometimes you just want to see what flags a program has, the most common way to check it is the --help flag.
Text should be something like
That may not be a exhaustive list of flags or options for the flags.
The text was updated successfully, but these errors were encountered: