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

$GS_HOME/bin/startNetldi help not clear enough for custom netldi args: #301

Open
dalehenrich opened this issue Jan 27, 2021 · 0 comments
Open
Assignees

Comments

@dalehenrich
Copy link
Member

This is the current help text:

=================
   GsDevKit script: startNetldi -h
              path: /home/dhenrich/rogue/_homes/rogue/_home/bin/startNetldi
=================
USAGE: startNetldi [-h] <stone-name> [<startnetldi-commandLine-args>]

Start the netldi process for the given stone.

By default the netldi is started using the following commandline:

  startnetldi -l  -g -a dhenrich <netldi-name>

If a port number is specified in the session description then the following command line is used:

  startnetldi -l  -g -a dhenrich -P <port-number> <netldi-name>

If you specify any <startnetldi-commandLine-args>, then the <startnetldi-commandLine-args> are passed
to the startnetldi command and none of the above defaults apply (except for the -l option):

  startnetldi -l  <startnetldi-commandLine-args>

OPTIONS
  -h display help

EXAMPLES
  startNetldi -h
  startNetldi gs_326
  startNetldi gs_326 -g <netldi-name> -A ::1a

While there is a bit of coverage of custom options for the command, it does not make the fact that the netldi name should be included ...

@dalehenrich dalehenrich self-assigned this Jan 27, 2021
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