Skip to content
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

Add --help flag for people looking for current flags #1423

Open
jcc10 opened this issue Apr 1, 2020 · 2 comments
Open

Add --help flag for people looking for current flags #1423

jcc10 opened this issue Apr 1, 2020 · 2 comments

Comments

@jcc10
Copy link
Contributor

jcc10 commented Apr 1, 2020

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.

@jcc10
Copy link
Contributor Author

jcc10 commented Apr 1, 2020

Based off These lines

There are actually a bunch of flags that are just not written down for easy reference anywhere.

@jcc10
Copy link
Contributor Author

jcc10 commented Apr 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant