mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Fix paragraph break issue in nimc.txt. Add spacing to command line options table.
This commit is contained in:
@@ -609,6 +609,10 @@ table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0; }
|
||||
|
||||
table th, table td {
|
||||
padding: 0px 8px 0px;
|
||||
}
|
||||
|
||||
.table {
|
||||
width: 100%;
|
||||
margin-bottom: 20px; }
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Usage::
|
||||
nim command [options] [projectfile] [arguments]
|
||||
::
|
||||
|
||||
nim command [options] [projectfile] [arguments]
|
||||
|
||||
Command:
|
||||
//compile, c compile project with default code generator (C)
|
||||
|
||||
@@ -28,10 +28,14 @@ Compiler Usage
|
||||
|
||||
Command line switches
|
||||
---------------------
|
||||
Basic command line switches are:
|
||||
Basic command line switches are:
|
||||
|
||||
Usage:
|
||||
|
||||
.. include:: basicopt.txt
|
||||
|
||||
----
|
||||
|
||||
Advanced command line switches are:
|
||||
|
||||
.. include:: advopt.txt
|
||||
|
||||
Reference in New Issue
Block a user