Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command args: trim leading/trailing whitespace
When certain commands in tasksh (such as 'review N') contain whitespace, such as: review '1 ' The whitespace would tokenise into the command arg vector, effectively treating the whitespace as a literal component. In the case of the 'review' command, this is undesirable. Therefore, strip out all leading/trailing whitespace from the command args vector. Fixes GH issue GothenburgBitFactory#43
- Loading branch information