pashi
pashi copied to clipboard
Revise `--title` command
Change so --title can have multiple params that will each be treated as a space separated word. Quoted params should still be able to be used to override this. A quoted param will be treated as a single space separated word.
On command line this removes need for quotes unless they are needed to hide a character that would be interpreted by the shell, or if there is a need to include multiple spaces.
In config file, where everything after a command was treated literally, quotes will now be required if multiple spaces need to be included.
See note on page 5 of v3-design.pdf.
See also issue #57