added --(a)ddress and --(p)ort arguments to core-gui command-line
added save/close buttons to plugins dialog updated man page/documentation with new arguments (Boeing r1816)
This commit is contained in:
parent
f2d1b6a553
commit
ca332bd83a
6 changed files with 74 additions and 94 deletions
|
@ -261,8 +261,7 @@ proc fileOpenStartUp {} {
|
|||
|
||||
# Boeing
|
||||
foreach arg $argv {
|
||||
if { $arg != "" && $arg != "--start -s" && $arg != "--start" && \
|
||||
$arg != "--batch -b" && $arg != "--batch" } {
|
||||
if { $arg != "" && $arg != "--start" && $arg != "--batch" } {
|
||||
set currentFile [argAbsPathname $arg]
|
||||
openFile
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue