Matt Ross

Results 2 issues of Matt Ross

Add a Share option on a board page which generates a short-term key-based link to allow public (read-only) viewing of a board.

Type: Enhancement
Status: Accepted
Priority: Medium

[This line](https://github.com/darkguy2008/parallelshell/blob/master/index.js#L105) fails on Node 10.x since it's checking the version with string comparison and `10` is less than `8` in that case. This could be replaced with: ```js cwd:...