Skip to content

Commit

Permalink
Re-installing ruby fixed things for rmate =)
Browse files Browse the repository at this point in the history
Errors:

```
$ /jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate --help
`RubyGems' were not loaded.
`error_highlight' was not loaded.
`did_you_mean' was not loaded.
`syntax_suggest' was not loaded.
/jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate:7:in `require': cannot load such file -- optparse (LoadError)
        from /jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate:7:in `<main>'
```

Correct output:

```
$ /jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate --help
Usage: rmate [options]
        --host=name                  Connect to host.
                                     Use 'auto' to detect the host from SSH.
                                     Defaults to localhost.
    -s, --unixsocket=name            UNIX socket path.
                                     Takes precedence over host/port if the file exists
                                     Default ~/.rmate.socket
    -p, --port=#                     Port number to use for connection.
                                     Defaults to 52598.
    -w, --[no-]wait                  Wait for file to be closed by TextMate.
    -l, --line [NUMBER]              Place caret on line [NUMBER] after loading file.
    -m, --name [NAME]                The display name shown in TextMate.
    -t, --type [TYPE]                Treat file as having [TYPE].
    -f, --force                      Open even if the file is not writable.
    -k, --[no-]keep-focus            Have TextMate retain window focus after file is closed.
    -v, --verbose                    Verbose logging messages.
    -h, --help                       Show this message.
        --version                    Show version.
```
  • Loading branch information
lcolladotor committed Jun 29, 2023
1 parent 09cc119 commit a992e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/3.2.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Currently Loaded Modules:
1) JHPCE_tools/3.0

$ date
Thu Jun 29 03:54:10 PM EDT 2023
Thu Jun 29 05:59:33 PM EDT 2023
$ echo "User: ${USER}"
User: lcollado
$ echo "Hostname: ${HOSTNAME}"
Expand Down

0 comments on commit a992e63

Please sign in to comment.