Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dutzi committed Dec 21, 2016
1 parent c4654e4 commit 9615e14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,20 @@ Shows each link's id, state and source/destination folders.

#### enable

`wml enable <linkId>` (or `wml en`)
`wml enable [linkId]` (or `wml en`)

Enables a link. Passing `all` as linkId enables all links.

If you don't specify a linkId WML will open in interactive mode.

#### disable

`wml disable <linkId>` (or `wml d`)
`wml disable [linkId]` (or `wml d`)

Disables a link. Passing `all` as linkId disabled all links.

If you don't specify a linkId WML will open in interactive mode.

Great for re-using old links without having to type them over and over again.

## Miscellaneous
Expand Down

0 comments on commit 9615e14

Please sign in to comment.