Skip to content

Commit

Permalink
add flags docs for install and run commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored Dec 19, 2021
1 parent 2fcdec1 commit eda5fb6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,19 @@ iwr -useb https://git.io/resto-win | iex
-t, --token string The bearer token to use for authentication
-u, --username string The username to use for basic authentication
```

3. `install` command flags

```
-s, --shell string shell to use default: bash
```

4. `run` command flags

```
-a, --all Show all response headers & status
-f, --file string Path to Restofile (Default: PATH/Restofile)
```

## Documentation

Expand Down

0 comments on commit eda5fb6

Please sign in to comment.