Skip to content

Commit

Permalink
Add descriptions on args
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Aug 24, 2021
1 parent a215f7f commit 7a716bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Trenchman does not have `readline` support at this time. If you want to use feat
## Usage

```
usage: trench [<flags>]
usage: trench [<flags>] [<args>...]
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
Expand All @@ -75,6 +75,9 @@ Flags:
--init-ns=NAMESPACE Initialize REPL with the specified namespace. Defaults to "user".
-C, --color=auto When to use colors. Possible values: always, auto, none. Defaults to auto.
--version Show application version.
Args:
[<args>] Arguments to pass to -main. These will be ignored unless -m is specified.
```

### Connecting to a server
Expand Down

0 comments on commit 7a716bd

Please sign in to comment.