Skip to content

Commit 76005cf

Browse files
committed
update readme with constant flag
1 parent fe43d6a commit 76005cf

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

README.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,32 @@ Run `fexcel help` for more information on usage.
4242

4343
## Global Flags
4444

45-
| | Flag | Type | Description | Default |
46-
| - | ---------- | ---- | ----------- | ------- |
47-
| | --ains | string | start cell\* of analog input ids | |
48-
| | --aouts | string | start cell\* of analog output ids | |
49-
| | --dins | string | start cell\* of digital input ids | |
50-
| | --douts | string | start cell\* of digital output ids | |
51-
| | --flags | string | start cell\* of flag ids | |
52-
| | --gins | string | start cell\* of group input ids | |
53-
| | --gouts | string | start cell\* of group output ids | |
54-
| -h| --help | | help for fexcel | |
55-
| | --noupdate | | don't check for fexcel updates | |
56-
| | --numregs | string | start cell\* of numeric register ids | |
57-
| | --offset | int | column offset between ids and comments | 1 |
58-
| | --posregs | string | start cell\* of position register ids | |
59-
| | --rins | string | start cell\* of robot input ids | |
60-
| | --routs | string | start cell\* of robot output ids | |
61-
| | --save | | save flagset to config file | |
62-
| | --sheet | string | default sheet to look at when unspecified in the start cell\* | "Sheet1" |
63-
| | --sregs | string | start cell\* of string register ids | |
64-
| | --timeout | int | timeout value in seconds (default 5) |
65-
| | --ualms | string | start cell\* of user alarm ids | |
45+
| | Flag | Type | Description | Default |
46+
| - | ----------- | ---- | ----------- | ------- |
47+
| | --ains | string | start cell\* of analog input ids | |
48+
| | --aouts | string | start cell\* of analog output ids | |
49+
| | --constants | string | start cell\* of constant definitions | |
50+
| | --dins | string | start cell\* of digital input ids | |
51+
| | --douts | string | start cell\* of digital output ids | |
52+
| | --flags | string | start cell\* of flag ids | |
53+
| | --gins | string | start cell\* of group input ids | |
54+
| | --gouts | string | start cell\* of group output ids | |
55+
| -h| --help | | help for fexcel | |
56+
| | --noupdate | | don't check for fexcel updates | |
57+
| | --numregs | string | start cell\* of numeric register ids | |
58+
| | --offset | int | column offset between ids and comments | 1 |
59+
| | --posregs | string | start cell\* of position register ids | |
60+
| | --rins | string | start cell\* of robot input ids | |
61+
| | --routs | string | start cell\* of robot output ids | |
62+
| | --save | | save flagset to config file | |
63+
| | --sheet | string | default sheet to look at when unspecified in the start cell\* | "Sheet1" |
64+
| | --sregs | string | start cell\* of string register ids | |
65+
| | --timeout | int | timeout value in seconds (default 5) |
66+
| | --ualms | string | start cell\* of user alarm ids | |
6667

6768
\**start cell flags can be optionally prefixed with a sheet name that
6869
overrides the default `-sheet` flag. (e.g. `--numregs Data:A2`). They
69-
can also include a custom offset (e.g. `--dins IO:A2:6) where digital
70+
can also include a custom offset (e.g. `--dins 6:IO:A2) where digital
7071
inputs are located on the "IO" sheet starting at A2 and the comments
7172
are in column G.*
7273

0 commit comments

Comments
 (0)