Skip to content

Commit

Permalink
Fix the README Markdown table formating
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 8, 2017
1 parent c48a254 commit 7d7c010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The [core plugins](https://github.com/arcticicestudio/snowsaw/tree/master/snowsa
snowsaw supports to specify CLI terminal parameters to dynamically control the execution.
A terminal help page can be shown by using the `-h`/`--help` option.

| Option | Parameter(s) |Required | Description |
| Option | Parameter(s) | Required | Description |
| --- | --- | --- | --- |
| `-Q`, `--super-quiet` | - | No | Suppress almost all output. |
| `-q`, `--quiet` | - | No | Suppress most output. |
Expand All @@ -164,7 +164,7 @@ Links support an optional extended configuration. In this type of configuration,
These dictionaries support the following options:

| Option | Values | Default Value | Required | Description |
| --- | --- | --- |
| --- | --- | --- | --- | --- |
| `create` | `true`, `false` | `false` | No | Specifies if the parent directory should be created if necessary. |
| `force` | `true`, `false` | `false` | No | Specifies if the file or directory should be forcibly linked. **This can cause irreversible data loss! Use with caution!** |
| `host` | `string[]` | `[]` | No | Contains hostnames this link should be processed for. Links with an empty array will be processed irrespective of the host. |
Expand Down Expand Up @@ -206,7 +206,7 @@ Another way is to specify a two element array where the first element is the she
Shell tasks support an extended syntax as well, which provides more fine-grained control. A command can be specified as a dictionary that contains the following options:

| Option | Values | Default Value | Required | Description |
| --- | --- | --- |
| --- | --- | --- | --- | --- |
| `command` | `string` | - | Yes | The command to be run. |
| `description` | `string` | - | No | A human-readable description. |
| `stdin` | `true`, `false` | `false` | No | Specifies if the standard input stream is enabled. |
Expand Down

0 comments on commit 7d7c010

Please sign in to comment.