Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument commonly used command line arguments #10878
Open
Labels
Comments
bors-servo
added a commit
that referenced
this issue
May 3, 2016
Added documents for commandline arguments An initial draft for #10878 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10914) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 3, 2016
Added documents for commandline arguments An initial draft for #10878 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10914) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a file
docs/COMMAND_LINE_ARGS.mdto document some commonly used commandline argumentse.g.
To enable experimental CSS properties, use
--pref./mach run -d -- --pref layout.flex.enabled --pref layout.flex-direction.enabled ...You can find the layout preferences starting at http://mxr.mozilla.org/servo/source/resources/prefs.json#43 .
(This is based on the discussion in #10181)